Update lspconfig.lua

This commit is contained in:
Sidhanth Rathod 2025-05-04 13:50:03 +05:30 committed by GitHub
parent 85404dcb03
commit 2b4293a4c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,3 +2,5 @@ require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
vim.lsp.enable(servers)
-- read :h vim.lsp.config for changing options of lsp servers