mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Lazy git commit
This commit is contained in:
@@ -16,7 +16,8 @@ nvim_tree.setup({
|
||||
update_cwd = true,
|
||||
renderer = {
|
||||
group_empty = true,
|
||||
root_folder_label = ":~:s?$?/..?",
|
||||
root_folder_label = ":t",
|
||||
indent_width = 2,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = true,
|
||||
@@ -33,7 +34,7 @@ nvim_tree.setup({
|
||||
},
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_cwd = true,
|
||||
update_cwd = false,
|
||||
ignore_list = {},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user