neovim: Handle tree-sitter refactor

This commit is contained in:
traxys 2024-07-15 20:35:01 +02:00
parent 984a96f649
commit 454db71fc1

View file

@ -374,7 +374,11 @@
plugins.treesitter = {
enable = true;
indent = true;
settings = {
indent.enable = true;
highlight.enable = true;
};
nixvimInjections = true;