1
0
Fork 0

Add typescript path to Vue's LSP

This commit is contained in:
Avery 2025-02-28 13:34:33 +00:00
parent a55f796762
commit a138a93873
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
programs.nixvim.plugins = {
lsp = {
enable = true;
@ -15,6 +15,11 @@
installRustc = false;
};
svelte.enable = true;
volar = {
enable = true;
extraOptions.init_options.typescript.tsdk =
"${pkgs.typescript}/lib/node_modules/typescript/lib";
};
};
};
nvim-jdtls = {