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:
parent
010c0f530d
commit
7772eff14b
2 changed files with 0 additions and 83 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue