diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -125,6 +125,12 @@ # this includes LSPs lspsAndRuntimeDeps = { general = with pkgs; { + treesitter = [ + gcc + tree-sitter + nodejs-slim + ]; + lua = [ lua-language-server stylua |