From 4d759b02338dc013f29943af7cd9dabd31318368 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 19 Jul 2025 12:32:26 +0200 Subject: [PATCH] Add react web stack to nix home managed packages & nvim treesitter --- nix/home/default.nix | 6 +++++- nvim/lua/plugs/treesitter.lua | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/nix/home/default.nix b/nix/home/default.nix index c98fcca..6ab7602 100644 --- a/nix/home/default.nix +++ b/nix/home/default.nix @@ -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 diff --git a/nvim/lua/plugs/treesitter.lua b/nvim/lua/plugs/treesitter.lua index 43abe76..927a424 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -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