mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/lsp: set enabledServers as an internal invisible option
This commit is contained in:
parent
3da7758bc0
commit
3577c971e7
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ in {
|
|||
]);
|
||||
description = "A list of enabled LSP servers. Don't use this directly.";
|
||||
default = [];
|
||||
internal = true;
|
||||
visible = false;
|
||||
};
|
||||
|
||||
onAttach = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue