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