Can't open ChadTree to the right #2523
-
I am trying to get ChadTree to open on the right but I haven't been able to figure it out. Looking through the documentation and the chadtree module itself I thought this is what I would need plugins.chadtree = {
enable = true;
extraOptions = {
view = {
openDirection = "right";
};
};
}; but this does not work. I have also tried plugins.chadtree = {
enable = true;
extraOptions = {
view = {
open_direction = "right";
};
};
}; Can anyone point out what I am doing wrong here? |
Beta Was this translation helpful? Give feedback.
Answered by
shaqaruden
Nov 15, 2024
Replies: 1 comment
-
Figured it out. Didn't see the specific 13.18.4. view page |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shaqaruden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out. Didn't see the specific 13.18.4. view page