customize config

This commit is contained in:
2025-10-25 13:06:43 +07:00
parent e3572e1f5e
commit 2114855b8a
6 changed files with 43 additions and 31 deletions

View File

@@ -1,6 +1,16 @@
require("nvchad.configs.lspconfig").defaults()
local servers = { "html", "cssls" }
local servers = {
-- front-end
"html",
"cssls",
-- static files
"jsonls",
"yamlls",
-- docker
"dockerls",
"docker_compose_language_service",
}
vim.lsp.enable(servers)
-- read :h vim.lsp.config for changing options of lsp servers