Added helix nuxt configuration

This commit is contained in:
2025-01-18 13:05:02 +01:00
parent 6033709dea
commit f739a1a984
2 changed files with 24 additions and 18 deletions

View File

@@ -23,6 +23,8 @@ in {
unstable.nixpkgs-fmt
unstable.tectonic
unstable.texlab
unstable.vue-language-server
unstable.typescript
dprint
];
@@ -56,6 +58,10 @@ in {
};
};
language-server.vuels = {
config.typescript.tsdk = "${pkgs.typescript}/lib/node_modules/typescript/lib/";
};
# Systemverilog
language-server.svls = {
command = "svls";