mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
plugins/lsp: remove unused internal enabledServers.*.capabilities option
This commit is contained in:
parent
6c73350557
commit
8d8a856896
2 changed files with 0 additions and 32 deletions
|
@ -219,14 +219,12 @@
|
|||
secondServer = builtins.elemAt config.plugins.lsp.enabledServers 1;
|
||||
expectedSecondServer = {
|
||||
name = "second";
|
||||
capabilities = null;
|
||||
extraOptions = { };
|
||||
};
|
||||
|
||||
thirdServer = builtins.elemAt config.plugins.lsp.enabledServers 2;
|
||||
expectedThirdServer = {
|
||||
name = "third";
|
||||
capabilities = null;
|
||||
extraOptions.settings.should.be = "present";
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue