19 lines
232 B
Lua
19 lines
232 B
Lua
return {
|
|
"nvim-tree/nvim-tree.lua",
|
|
sort = {
|
|
sorter = "name",
|
|
},
|
|
view = {
|
|
width = 30,
|
|
},
|
|
renderer = {
|
|
group_empty = false,
|
|
highlight_git = "all",
|
|
},
|
|
filters = {
|
|
dotfiles = true,
|
|
},
|
|
git = {
|
|
enable = true,
|
|
}
|
|
}
|