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/ltex: drop settingsOptions

This commit is contained in:
Gaetan Lepage 2025-12-13 19:16:24 +01:00 committed by Gaétan Lepage
parent 7772eff14b
commit 367d465b0e
2 changed files with 0 additions and 635 deletions

View file

@ -27,7 +27,6 @@ let
settings = cfg: { json = cfg; };
};
ltex = {
settingsOptions = import ./ltex-settings.nix { inherit lib; };
settings = cfg: { ltex = cfg; };
};
lua_ls = {