feat(nvf): modify nvim-tree settings

This commit is contained in:
Mohammad Rafiq 2025-03-03 05:59:14 +08:00
parent 0f71eecc18
commit 1bf442a2fc

View file

@ -28,9 +28,15 @@
# Filetree
filetree.nvimTree = {
enable = true;
mappings.toggle = "t";
setupOpts = {
git = {
enable = true;
};
hijack_cursor = true;
view.side = "right";
};
# TODO:
# - open on right pane instead
# - keybind to open and close
# - allow me to move files around with vim bindings
};