editors.neovim: Enable flash and set git_status in neo-tree as async
All checks were successful
check / check (push) Successful in 33s
All checks were successful
check / check (push) Successful in 33s
This commit is contained in:
parent
c8b083ec48
commit
1ba169fb56
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue