mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 11:44:32 +02:00
plugins/lsp: add vls language server
This commit is contained in:
parent
bacdae2c50
commit
abb10f097e
3 changed files with 37 additions and 0 deletions
|
@ -510,6 +510,13 @@ with lib; let
|
|||
description = "Enable typst-lsp for typst";
|
||||
package = pkgs.typst-lsp;
|
||||
}
|
||||
{
|
||||
name = "vls";
|
||||
description = "Enable vls for v";
|
||||
# The v language server has to be installed from v and thus is not packaged "as is" in
|
||||
# nixpkgs.
|
||||
package = null;
|
||||
}
|
||||
{
|
||||
name = "vuels";
|
||||
description = "Enable vuels, for Vue";
|
||||
|
@ -540,5 +547,6 @@ in {
|
|||
./pylsp.nix
|
||||
./rust-analyzer.nix
|
||||
./svelte.nix
|
||||
./vls.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue