feat: add yazi, use treesitter for highlight

This commit is contained in:
xinyangli 2025-05-10 23:30:29 +08:00
parent 95b077c2ba
commit 4f118319d3
No known key found for this signature in database
6 changed files with 67 additions and 24 deletions

View file

@ -1,5 +1,10 @@
{
plugins.treesitter = {
enable = true;
autoLoad = true;
nixvimInjections = true;
settings = {
highlight.enable = true;
};
};
}