You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the default termopen executor is very basic and doesn't have a lot of features.
If you want something more configurable, I recommend using the toggleterm executor (if you have toggleterm installed).
See :h rustaceanvim.config for details.
Feature description
Whenever e.g.
vim.cmd.RustLsp 'run'
is executed, the focus changes to the newly open split with results.I mitigate with with
defer_fn
. It's not pretty and it does not work when one has to e.g. select atestable
(because of the timeout duration).It would be nice to have an option like
vim.cmd.RustLsp { 'run', pinned = true }
to prevent focus changing.The text was updated successfully, but these errors were encountered: