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; }; }; };