mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Update nvim/lua/file-tree.lua
This commit is contained in:
@@ -20,12 +20,10 @@ nvim_tree.setup({
|
|||||||
indent_width = 2,
|
indent_width = 2,
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = true,
|
dotfiles = false,
|
||||||
},
|
git_clean = false,
|
||||||
view = {
|
no_buffer = false,
|
||||||
side = "left",
|
exclude = {},
|
||||||
width = 30,
|
|
||||||
hide_root_folder = false,
|
|
||||||
},
|
},
|
||||||
actions = {
|
actions = {
|
||||||
open_file = {
|
open_file = {
|
||||||
@@ -37,6 +35,13 @@ nvim_tree.setup({
|
|||||||
update_cwd = false,
|
update_cwd = false,
|
||||||
ignore_list = {},
|
ignore_list = {},
|
||||||
},
|
},
|
||||||
|
git = {
|
||||||
|
enable = true,
|
||||||
|
ignore = false,
|
||||||
|
show_on_dirs = true,
|
||||||
|
show_on_open_dirs = true,
|
||||||
|
timeout = 200,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- open file tree at startup
|
-- open file tree at startup
|
||||||
|
|||||||
Reference in New Issue
Block a user