mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
plugins/lsp: add vhdl-ls
This commit is contained in:
parent
b4b6412505
commit
2b2e9f962a
2 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue