1
0
Fork 0
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:
Henrik Hautakoski 2025-01-26 18:45:01 +01:00
parent 8a7cd484c0
commit 54adb118e5

View file

@ -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 = {