feat(nvf): modify nvim-tree settings
This commit is contained in:
parent
0f71eecc18
commit
1bf442a2fc
1 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue