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
|
||||||
filetree.nvimTree = {
|
filetree.nvimTree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
mappings.toggle = "t";
|
||||||
|
setupOpts = {
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
hijack_cursor = true;
|
||||||
|
view.side = "right";
|
||||||
|
};
|
||||||
# TODO:
|
# TODO:
|
||||||
# - open on right pane instead
|
|
||||||
# - keybind to open and close
|
|
||||||
# - allow me to move files around with vim bindings
|
# - allow me to move files around with vim bindings
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue