Files
nvchad-starter/lua/configs/lspconfig.lua
2025-10-25 13:06:43 +07:00

17 lines
315 B
Lua

require("nvchad.configs.lspconfig").defaults()
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