mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/neotree.lua: fix.
This commit is contained in:
parent
8a7cd484c0
commit
54adb118e5
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,8 @@ return {
|
||||||
},
|
},
|
||||||
cmd = "Neotree",
|
cmd = "Neotree",
|
||||||
opts = {
|
opts = {
|
||||||
hide_root_node = true,
|
-- weird bug
|
||||||
|
-- hide_root_node = true,
|
||||||
popup_border_style = 'solid',
|
popup_border_style = 'solid',
|
||||||
default_component_configs = {
|
default_component_configs = {
|
||||||
indent = {
|
indent = {
|
||||||
|
|
@ -65,7 +66,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
content_layout = "center",
|
content_layout = "center",
|
||||||
separator = { left = "", right= "", override = "active" },
|
separator = { left = "", right= "" },
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
popup = {
|
popup = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue