Skip to content

Commit c3a42a7

Browse files
committed
plugins/lsp: remove standalonePlugins default
We don't need to add `plugins.lsp` to `performance.combinePlugins.standalonePlugins` now that `/lsp` is included in `pathsToLink`.
1 parent 47f4448 commit c3a42a7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plugins/lsp/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
182182
++ mkMaps "vim.lsp.buf." "Lsp buf" cfg.keymaps.lspBuf
183183
++ cfg.keymaps.extra;
184184

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-
191185
plugins.lsp.luaConfig.content =
192186
let
193187
runWrappers =

0 commit comments

Comments
 (0)