diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:59:02 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 21:59:02 +0530 |
| commit | 5e577b7c0160192abcb352390f52bb9acc12acdb (patch) | |
| tree | 0e4225ecbf4f96ccb4f6bebb5e7b86e89ec74dee /module.nix | |
| parent | 65a6e693c34c24ca717943b0304391705079bf5f (diff) | |
More tsitter parsers
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -148,6 +148,7 @@ inputs: # } tokyonight-nvim + kanagawa-nvim config.nvim-lib.neovimPlugins.neogit blink-indent blink-pairs @@ -166,15 +167,17 @@ inputs: gitsigns-nvim nvim-treesitter-textobjects nvim-ts-autotag + nvim-treesitter (nvim-treesitter.withPlugins ( plugins: with plugins; [ nix - lua - c cpp rust zig bash + python + typescript + javascript ] )) ]; |
