Update LSP config for NeoVim

This commit is contained in:
Wiktor Zykubek 2024-12-26 19:35:57 +01:00
parent 515ff9b9cb
commit 96355737ed
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ return {
css = { "prettier" },
html = { "prettier" },
jsonc = { "prettier" },
go = { "golines" },
},
-- format_on_save = {

View File

@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig"
-- EXAMPLE
local servers = { "html", "cssls", "pyright" }
local servers = { "html", "cssls", "pyright", "clangd", "gopls" }
local nvlsp = require "nvchad.configs.lspconfig"
-- lsps with default config