-
|
Hello! the line Which works but now all subsequent neo-tree instance will no longer follow cwd which I don't want to.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Converting to an issue at #1889. there isn't an easy way to do per-state overrides from execute, but implementing a system for it shouldn't be too much work. |
Beta Was this translation helpful? Give feedback.
-
|
implemented in #1926 require("neo-tree.command").execute({
action = "show",
dir = rootdir,
position = "left",
reveal = true,
focus = false,
}, {
window = { width = 20 },
bind_to_cwd = false
}) |
Beta Was this translation helpful? Give feedback.
Converting to an issue at #1889. there isn't an easy way to do per-state overrides from execute, but implementing a system for it shouldn't be too much work.