fix: Properly set path for vtsls/vue-language-server
This commit is contained in:
parent
90f90bcf48
commit
fbb792f884
2 changed files with 16 additions and 1 deletions
|
@ -346,7 +346,9 @@
|
|||
general = true;
|
||||
test = false;
|
||||
};
|
||||
extra = {};
|
||||
extra = {
|
||||
vue-ls-path = "${pkgs.lib.getExe pkgs.vue-language-server}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -44,6 +44,19 @@ return {
|
|||
somesass_ls = {},
|
||||
statix = {},
|
||||
stylelint_lsp = {},
|
||||
|
||||
-- Fix for nix installation of vue-language-server.
|
||||
vtsls = {
|
||||
settings = {
|
||||
vtsls = {
|
||||
tsserver = {
|
||||
globalPlugins = {
|
||||
location = nixCats.extra('vue-ls-path'),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue