mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
plugins/nvim-lsp: add ltex language server + test
This commit is contained in:
parent
c1655427d6
commit
eb6b49b396
4 changed files with 762 additions and 0 deletions
|
@ -184,6 +184,13 @@ with lib; let
|
|||
# nixpkgs.
|
||||
package = null;
|
||||
}
|
||||
{
|
||||
name = "ltex";
|
||||
description = "Enable ltex-ls, for LanguageTool";
|
||||
package = pkgs.ltex-ls;
|
||||
settingsOptions = import ./ltex-settings.nix {inherit lib;};
|
||||
settings = cfg: {ltex = cfg;};
|
||||
}
|
||||
{
|
||||
name = "lua-ls";
|
||||
description = "Enable lua LS, for lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue