Update lspconfig.lua
This commit is contained in:
parent
85404dcb03
commit
2b4293a4c1
@ -2,3 +2,5 @@ require("nvchad.configs.lspconfig").defaults()
|
|||||||
|
|
||||||
local servers = { "html", "cssls" }
|
local servers = { "html", "cssls" }
|
||||||
vim.lsp.enable(servers)
|
vim.lsp.enable(servers)
|
||||||
|
|
||||||
|
-- read :h vim.lsp.config for changing options of lsp servers
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user