From 1ba169fb56c102c15168e6f1231ca9c9675af650 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 26 Jun 2025 15:57:38 +0200 Subject: [PATCH] editors.neovim: Enable flash and set git_status in neo-tree as async --- modules/home/editors/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home/editors/neovim.nix b/modules/home/editors/neovim.nix index c105d5b..626572a 100644 --- a/modules/home/editors/neovim.nix +++ b/modules/home/editors/neovim.nix @@ -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 };