mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/lsp: remove standalonePlugins
default
We don't need to add `plugins.lsp` to `performance.combinePlugins.standalonePlugins` now that `/lsp` is included in `pathsToLink`.
This commit is contained in:
parent
47f44488ae
commit
c3a42a7ac4
1 changed files with 0 additions and 6 deletions
|
@ -182,12 +182,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
++ mkMaps "vim.lsp.buf." "Lsp buf" cfg.keymaps.lspBuf
|
||||
++ cfg.keymaps.extra;
|
||||
|
||||
# Since https://github.com/nix-community/nixvim/pull/3204, we are now using the native vim.lsp
|
||||
# API for configuring language servers with nvim-lspconfig.
|
||||
# For some mysterious reason, `performance.combinePlugins` now prevent language servers from
|
||||
# being properly configured (missing some keys: `cmd`, `filetypes`, `root_markers` etc.)
|
||||
performance.combinePlugins.standalonePlugins = [ cfg.package ];
|
||||
|
||||
plugins.lsp.luaConfig.content =
|
||||
let
|
||||
runWrappers =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue