We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
standalonePlugins
1 parent 47f4448 commit c3a42a7Copy full SHA for c3a42a7
plugins/lsp/default.nix
@@ -182,12 +182,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
182
++ mkMaps "vim.lsp.buf." "Lsp buf" cfg.keymaps.lspBuf
183
++ cfg.keymaps.extra;
184
185
- # Since https://github.com/nix-community/nixvim/pull/3204, we are now using the native vim.lsp
186
- # API for configuring language servers with nvim-lspconfig.
187
- # For some mysterious reason, `performance.combinePlugins` now prevent language servers from
188
- # being properly configured (missing some keys: `cmd`, `filetypes`, `root_markers` etc.)
189
- performance.combinePlugins.standalonePlugins = [ cfg.package ];
190
-
191
plugins.lsp.luaConfig.content =
192
let
193
runWrappers =
0 commit comments