Add typescript path to Vue's LSP
This commit is contained in:
parent
a55f796762
commit
a138a93873
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
programs.nixvim.plugins = {
|
programs.nixvim.plugins = {
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -15,6 +15,11 @@
|
||||||
installRustc = false;
|
installRustc = false;
|
||||||
};
|
};
|
||||||
svelte.enable = true;
|
svelte.enable = true;
|
||||||
|
volar = {
|
||||||
|
enable = true;
|
||||||
|
extraOptions.init_options.typescript.tsdk =
|
||||||
|
"${pkgs.typescript}/lib/node_modules/typescript/lib";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nvim-jdtls = {
|
nvim-jdtls = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue