From 2292c5663c4e564cf69b092be2ce0f513030d1ab Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 29 Aug 2025 13:32:11 +0000 Subject: [PATCH] Update nvf Signed-off-by: Nikolaos Karaolidis --- hosts/common/configs/user/console/neovim/default.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hosts/common/configs/user/console/neovim/default.nix b/hosts/common/configs/user/console/neovim/default.nix index 2aff8ae..87fb23c 100644 --- a/hosts/common/configs/user/console/neovim/default.nix +++ b/hosts/common/configs/user/console/neovim/default.nix @@ -22,7 +22,6 @@ # }; binds = { - cheatsheet.enable = true; hardtime-nvim.enable = true; whichKey.enable = true; }; @@ -44,6 +43,14 @@ filetree = { neo-tree = { enable = true; + setupOpts = { + git_status_async = true; + + filesystem = { + position = "current"; + hijack_netrw_behavior = "open_current"; + }; + }; }; }; @@ -179,7 +186,7 @@ indent-blankline.enable = true; nvim-cursorline.enable = true; # nvim-scrollbar.enable = true; - # nvim-web-devicons.enable = true; + nvim-web-devicons.enable = true; }; }; };