···1111 -- This is a current Neovim limitation.
1212 view = "mini", --show default operation in lover right corner. Warn/Errors are still as popu (notify). options: notify, split, vsplit, popup, mini, cmdline, cmdline_popup, cmdline_output, messages, confirm, hover, popupmenu
1313 },
1414+ presets = {
1515+ long_message_to_split = true, -- shell command output and other long messages open in a split
1616+ },
1417 routes = {
1818+ { -- show shell command output in a split instead of mini
1919+ view = "split",
2020+ filter = { event = "msg_show", kind = "shell_out" },
2121+ },
1522 { --this turns off notification in neo-tree that are distracting
1623 view = 'mini',
1724 filter = {