-
Currently the split is a horizontal split below the code. I Is it possible to configure rustaceanvim to use a vertical split? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Mar 31, 2024
Replies: 1 comment
-
The built-in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ssh352
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The built-in
'termopen'
runnables executor is very rudimental and can't be configured.I'm not sure (it came from rust-tools), but it may be possible to do so with the
'toggleterm'
executor. See:h rustaceanvim.config
and:h RustaceanToolsOpts
, as well as the toggleterm docs.