Skip to content

Commit

Permalink
plugins/lsp: set enabledServers as an internal invisible option
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Nov 23, 2023
1 parent 3da7758 commit 3577c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ in {
]);
description = "A list of enabled LSP servers. Don't use this directly.";
default = [];
internal = true;
visible = false;
};

onAttach = mkOption {
Expand Down

0 comments on commit 3577c97

Please sign in to comment.