mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim/lua/user/plugins/ui/neotree.lua: update config abit.
This commit is contained in:
parent
7483dd622c
commit
d4c7d6da07
1 changed files with 3 additions and 4 deletions
|
|
@ -10,12 +10,12 @@ return {
|
||||||
},
|
},
|
||||||
cmd = "Neotree",
|
cmd = "Neotree",
|
||||||
opts = {
|
opts = {
|
||||||
-- hide_root_node = true,
|
hide_root_node = true,
|
||||||
popup_border_style = 'solid',
|
popup_border_style = 'solid',
|
||||||
default_component_configs = {
|
default_component_configs = {
|
||||||
indent = {
|
indent = {
|
||||||
with_markers = false,
|
with_markers = true,
|
||||||
indent_marker = icons.tree.node,
|
indent_marker = icons.tree.vertical,
|
||||||
last_indent_marker = icons.tree.nodelast,
|
last_indent_marker = icons.tree.nodelast,
|
||||||
indent_size = 2,
|
indent_size = 2,
|
||||||
},
|
},
|
||||||
|
|
@ -66,7 +66,6 @@ return {
|
||||||
},
|
},
|
||||||
content_layout = "center",
|
content_layout = "center",
|
||||||
separator = { left = "", right= "", override = "active" },
|
separator = { left = "", right= "", override = "active" },
|
||||||
-- show_separator_on_edge = true,
|
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
popup = {
|
popup = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue