Skip to content

Commit

Permalink
plugins/lsp: add vhdl-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 25, 2024
1 parent b4b6412 commit 2b2e9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
typos-lsp.enable = true;
typst-lsp.enable = true;
vala-ls.enable = true;
vhdl-ls.enable = true;
vls.enable = true;
vuels.enable = true;
yamlls.enable = true;
Expand Down

0 comments on commit 2b2e9f9

Please sign in to comment.