plugins/lsp: add vala-language-server

This commit is contained in:
Gabriel Arazas 2024-02-04 19:42:59 +08:00 committed by Gaétan Lepage
parent a181b63aaf
commit ff57525a64
2 changed files with 7 additions and 0 deletions

View file

@ -597,6 +597,12 @@ with lib; let
description = "typst-lsp for typst";
package = pkgs.typst-lsp;
}
{
name = "vala-ls";
description = "vala_ls for Vala";
serverName = "vala_ls";
package = pkgs.vala-language-server;
}
{
name = "vls";
description = "vls for V";

View file

@ -158,6 +158,7 @@
texlab.enable = true;
tsserver.enable = true;
typst-lsp.enable = true;
vala-ls.enable = true;
vls.enable = true;
vuels.enable = true;
yamlls.enable = true;