diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-31 21:45:09 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-31 21:45:09 +0200 |
| commit | 34df5b06f465139c91a991c74b0ceb8729cf7660 (patch) | |
| tree | 71cc2871503e4fa9d5dd36196033d5a3058395d6 | |
| parent | 06318067250f86f054eafc512ba3b06829d37c34 (diff) | |
| download | dotfiles-34df5b06f465139c91a991c74b0ceb8729cf7660.tar.gz dotfiles-34df5b06f465139c91a991c74b0ceb8729cf7660.zip | |
Changed to vertical split
| -rw-r--r-- | lua/plugins/sniprun.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/plugins/sniprun.lua b/lua/plugins/sniprun.lua index 2556c24..418e8cc 100644 --- a/lua/plugins/sniprun.lua +++ b/lua/plugins/sniprun.lua @@ -18,11 +18,11 @@ sniprun.setup({ --# you can combo different display modes as desired display = { -- "Classic", --# display results in the command-line area - 'VirtualTextOk', --# display ok results as virtual text (multiline is shortened) + --'VirtualTextOk', --# display ok results as virtual text (multiline is shortened) -- "VirtualTextErr", --# display error results as virtual text -- "TempFloatingWindow", --# display results in a floating window -- "LongTempFloatingWindow", --# same as above, but only long results. To use with VirtualText__ - -- "Terminal", --# display results in a vertical split + 'Terminal', --# display results in a vertical split -- "TerminalWithCode", --# display results and code history in a vertical split -- "NvimNotify", --# display with the nvim-notify plugin -- "Api" --# return output to a programming interface |
