Terminal documentation really isn't clear #39
-
I see LazyVim just moved its terminal implementation here, but I'm really confused as to how to actually use it. I have a few questions:
|
Beta Was this translation helpful? Give feedback.
Answered by
folke
Nov 9, 2024
Replies: 2 comments 1 reply
-
you have a typo |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also globally configure this {
"folke/snacks.nvim",
opts = {
terminal = {
win = { position = "right" },
},
},
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MayRedwood
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also globally configure this