Update nvf

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-29 13:32:11 +00:00
parent 56b53752bd
commit 2292c5663c

View File

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