plugins/lsp: add lexical language server

This commit is contained in:
Gaetan Lepage 2024-04-02 15:35:29 +02:00 committed by Gaétan Lepage
parent 30bddf7da1
commit 512ac70ec9
2 changed files with 5 additions and 0 deletions

View file

@ -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";