1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-22 17:01:13 +01:00

plugins/lsp/servers/jsonnet-ls: drop settingsOptions

This commit is contained in:
Gaetan Lepage 2025-12-13 19:04:35 +01:00 committed by Gaétan Lepage
parent 010c0f530d
commit 7772eff14b
2 changed files with 0 additions and 83 deletions

View file

@ -26,9 +26,6 @@ let
jsonls = {
settings = cfg: { json = cfg; };
};
jsonnet_ls = {
settingsOptions = import ./jsonnet-ls-settings.nix { inherit lib; };
};
ltex = {
settingsOptions = import ./ltex-settings.nix { inherit lib; };
settings = cfg: { ltex = cfg; };