mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 22:08:46 +02:00
plugins/lsp: fix volar tsls integration location
This commit is contained in:
parent
4a7aac699b
commit
e03ede7138
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ let
|
|||
plugins = [
|
||||
{
|
||||
name = "@vue/typescript-plugin";
|
||||
location = "${lib.getBin cfg.package}/lib/node_modules/@vue/language-server";
|
||||
location = "${lib.getBin cfg.package}/lib/language-tools/packages/language-server";
|
||||
languages = [ "vue" ];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue