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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Hi :) I love the rust-tools!
Currently I am struggling though to get the output of a run or debug command as a side split. I found that in the execute_command function we have a hardcoded false to the split function.
See
Hi :) I love the rust-tools!
Currently I am struggling though to get the output of a
run
ordebug
command as a side split. I found that in theexecute_command
function we have a hardcodedfalse
to thesplit
function.See
rust-tools.nvim/lua/rust-tools/executors/termopen.lua
Line 21 in 0cc8ada
Can we make this a parameter for runnables? 😊
The text was updated successfully, but these errors were encountered: