Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 371 Bytes

display_classic.md

File metadata and controls

18 lines (11 loc) · 371 Bytes

The result is displayed at the bottom of the window, in the command-line area.

Errors are displayed in red, and multiline output is supported

Activated by default, to change activate, add or remove "Classic" to the 'display' key in sniprun configuration:

lua << EOF
require'sniprun'.setup({
  display = { "Classic" },
})
EOF