Add react web stack to nix home managed packages & nvim treesitter

This commit is contained in:
Martin Larsson 2025-07-19 12:32:26 +02:00
parent 9049945d77
commit 4d759b0233
2 changed files with 9 additions and 2 deletions

View file

@ -88,7 +88,6 @@ in
luajit luajit
luajitPackages.jsregexp luajitPackages.jsregexp
zoxide zoxide
dart
go go
rustc rustc
cargo cargo
@ -107,6 +106,11 @@ in
python313Packages.debugpy python313Packages.debugpy
pyright pyright
lua-language-server lua-language-server
typescript-language-server
vscode-langservers-extracted
tailwindcss-language-server
prettier
eslint_d
gnumake gnumake
ninja ninja
tldr tldr

View file

@ -53,7 +53,10 @@ return {
"ruby", "ruby",
"svelte", "svelte",
"typescript", "typescript",
"just" "just",
"tsx",
"javascript",
"jsonc",
}, },
sync_install = false, sync_install = false,
-- This can be updated to a list of languages instead of defaulting to true -- This can be updated to a list of languages instead of defaulting to true