feat: treesitter support

This commit is contained in:
Artur Manuel 2024-11-26 11:49:46 +00:00
commit 6e687ed4a8

View file

@ -40,6 +40,7 @@
};
binds.whichKey.enable = true;
filetree.nvimTree.enable = true;
treesitter.enable = true;
git = {
enable = true;
gitsigns.enable = true;