mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-09 12:25:03 +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";
|
||||
description = "lemminx for XML";
|
||||
}
|
||||
{
|
||||
name = "lexical";
|
||||
description = "lexical for Elixir";
|
||||
}
|
||||
{
|
||||
name = "ltex";
|
||||
description = "ltex-ls for LanguageTool";
|
||||
|
|
|
@ -143,6 +143,7 @@
|
|||
kotlin-language-server.enable = true;
|
||||
leanls.enable = true;
|
||||
lemminx.enable = true;
|
||||
lexical.enable = true;
|
||||
ltex.enable = true;
|
||||
lua-ls.enable = true;
|
||||
marksman.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue