Skip to content

Commit 869872c

Browse files
committed
plugins/lsp: enable ltex_plus
ltex_plus settingsOptions based on those for ltex, but modified to align with changes in ltex_plus
1 parent 81fdde9 commit 869872c

File tree

3 files changed

+690
-1
lines changed

3 files changed

+690
-1
lines changed

plugins/lsp/language-servers/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ let
3838
settingsOptions = import ./ltex-settings.nix { inherit lib helpers; };
3939
settings = cfg: { ltex = cfg; };
4040
};
41+
ltex_plus = {
42+
settingsOptions = import ./ltex-plus-settings.nix { inherit lib helpers; };
43+
settings = cfg: { ltex = cfg; };
44+
};
4145
lua_ls = {
4246
settingsOptions = import ./lua-ls-settings.nix { inherit lib helpers; };
4347
settings = cfg: { Lua = cfg; };

0 commit comments

Comments
 (0)