tried stuff with treesitter

This commit is contained in:
chloe 2025-07-02 23:31:14 +02:00
parent dca0ea31db
commit 2b768f0b87
3 changed files with 28 additions and 17 deletions

View file

@ -77,6 +77,12 @@
treesitter = {
enable = true;
folding = true;
grammarPackages = pkgs.vimPlugins.nvim-treesitter.passthru.allGrammars;
settings = {
auto_install = true;
};
};
web-devicons = {