do not auto enable lspconfig with lang module

This commit is contained in:
sjcobb 2025-05-30 13:28:34 +01:00
commit e08fd4dc9f

View file

@ -82,7 +82,6 @@ in {
(mkIf (cfg.servers != {}) {
# Enable lspconfig in order to merge in the predefined opts
vim.lsp.lspconfig.enable = true;
vim.luaConfigRC.lsp-servers = entryAnywhere ''
-- Individual LSP configurations managed by nvf.
${concatLines lspConfigurations}