mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
do not auto enable lspconfig with lang module
This commit is contained in:
parent
b00b999f1d
commit
e08fd4dc9f
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue