plugins/lsp: set enabledServers as an internal invisible option

This commit is contained in:
Gaetan Lepage 2023-11-23 16:36:41 +01:00 committed by Gaétan Lepage
parent 3da7758bc0
commit 3577c971e7

View file

@ -67,6 +67,8 @@ in {
]); ]);
description = "A list of enabled LSP servers. Don't use this directly."; description = "A list of enabled LSP servers. Don't use this directly.";
default = []; default = [];
internal = true;
visible = false;
}; };
onAttach = mkOption { onAttach = mkOption {