simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 160 forks source link

Split output to the side #414

Open florianbellmann opened 11 months ago

florianbellmann commented 11 months ago

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 https://github.com/simrat39/rust-tools.nvim/blob/0cc8adab23117783a0292a0c8a2fbed1005dc645/lua/rust-tools/executors/termopen.lua#L21

Can we make this a parameter for runnables? 😊