mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
chore(nvim-tree.lua): reformat and organize the configuration options for nvim-tree plugin for better readability and maintainability
This commit is contained in:
@@ -13,6 +13,9 @@ nvimtree.setup({
|
|||||||
width = 45,
|
width = 45,
|
||||||
relativenumber = true,
|
relativenumber = true,
|
||||||
},
|
},
|
||||||
|
update_focused_file = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
renderer = {
|
renderer = {
|
||||||
indent_markers = {
|
indent_markers = {
|
||||||
enable = true,
|
enable = true,
|
||||||
@@ -23,9 +26,9 @@ nvimtree.setup({
|
|||||||
folder = {
|
folder = {
|
||||||
arrow_closed = "", -- arrow when folder is closed
|
arrow_closed = "", -- arrow when folder is closed
|
||||||
arrow_open = "", -- arrow when folder is open
|
arrow_open = "", -- arrow when folder is open
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
-- disable window_picker for
|
-- disable window_picker for
|
||||||
-- explorer to work well with
|
-- explorer to work well with
|
||||||
@@ -42,6 +45,5 @@ nvimtree.setup({
|
|||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
ignore = false,
|
ignore = false,
|
||||||
}
|
},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user