mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-19 18:25:11 +02:00
plugins/lsp: add vala-language-server
This commit is contained in:
parent
a181b63aaf
commit
ff57525a64
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue