plugins/lsp: add vhdl-ls

This commit is contained in:
Gaetan Lepage 2024-03-24 13:51:21 +01:00 committed by Gaétan Lepage
parent b4b6412505
commit 2b2e9f962a
2 changed files with 6 additions and 0 deletions

View file

@ -644,6 +644,11 @@ with lib; let
serverName = "vala_ls";
package = pkgs.vala-language-server;
}
{
name = "vhdl-ls";
description = "vhdl_ls for VHDL";
serverName = "vhdl_ls";
}
{
name = "vls";
description = "vls for V";