mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/lsp: Added volar language server (#514)
This commit is contained in:
parent
4719700870
commit
dbc865f977
1 changed files with 5 additions and 0 deletions
|
@ -500,6 +500,11 @@ with lib; let
|
||||||
description = "Enable vuels, for Vue";
|
description = "Enable vuels, for Vue";
|
||||||
package = pkgs.nodePackages.vls;
|
package = pkgs.nodePackages.vls;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "volar";
|
||||||
|
description = "Enable @volar/vue-language-server, for Vue";
|
||||||
|
package = pkgs.nodePackages."@volar/vue-language-server";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "yamlls";
|
name = "yamlls";
|
||||||
description = "Enable yamlls, for yaml";
|
description = "Enable yamlls, for yaml";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue