mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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",
|
||||
opts = {
|
||||
hide_root_node = true,
|
||||
-- weird bug
|
||||
-- hide_root_node = true,
|
||||
popup_border_style = 'solid',
|
||||
default_component_configs = {
|
||||
indent = {
|
||||
|
|
@ -65,7 +66,7 @@ return {
|
|||
},
|
||||
},
|
||||
content_layout = "center",
|
||||
separator = { left = "", right= "", override = "active" },
|
||||
separator = { left = "", right= "" },
|
||||
},
|
||||
window = {
|
||||
popup = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue