mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-08 11:55:17 +02:00
plugins/lsp: add lexical language server
This commit is contained in:
parent
30bddf7da1
commit
512ac70ec9
2 changed files with 5 additions and 0 deletions
|
@ -315,6 +315,10 @@ with lib; let
|
||||||
name = "lemminx";
|
name = "lemminx";
|
||||||
description = "lemminx for XML";
|
description = "lemminx for XML";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "lexical";
|
||||||
|
description = "lexical for Elixir";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "ltex";
|
name = "ltex";
|
||||||
description = "ltex-ls for LanguageTool";
|
description = "ltex-ls for LanguageTool";
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
kotlin-language-server.enable = true;
|
kotlin-language-server.enable = true;
|
||||||
leanls.enable = true;
|
leanls.enable = true;
|
||||||
lemminx.enable = true;
|
lemminx.enable = true;
|
||||||
|
lexical.enable = true;
|
||||||
ltex.enable = true;
|
ltex.enable = true;
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue