summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-03-06 17:10:34 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-03-06 17:10:34 +0300
commitc1e89be0a71bd6fc4d85ba30ecb37789d30fca18 (patch)
treea9d84de904d8c28a18bad25e3e66508e9807e324 /flake.nix
parentfeat: better colorscheme loading (diff)
downloadneovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.tar.gz
neovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.tar.bz2
neovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.tar.lz
neovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.tar.xz
neovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.tar.zst
neovim-configuration-c1e89be0a71bd6fc4d85ba30ecb37789d30fca18.zip
feat: add `treesitter`
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 679cedd..c5ec6cd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -128,6 +128,7 @@
general = with pkgs.vimPlugins; {
leap = [ leap-nvim flit-nvim ];
telescope = [ telescope-nvim ];
+ treesitter = [ nvim-treesitter.withAllGrammars nvim-treesitter-textobjects ];
extra = [ which-key-nvim ];
};
};