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