mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +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";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue