editors.neovim: Enable flash and set git_status in neo-tree as async
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2025-06-26 15:57:38 +02:00
parent c8b083ec48
commit 1ba169fb56

View file

@ -132,6 +132,9 @@ in {
filetree = {
neo-tree = {
enable = true;
setupOpts = {
git_status_async = true;
};
};
};
@ -182,6 +185,7 @@ in {
motion = {
hop.enable = true;
leap.enable = true;
flash-nvim.enable = true;
precognition.enable = false; # VIM help
};