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

View file

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