clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix command out-put (long) when executing commands

sspaeti b3021d68 469bfefe

+7
+7
nvim/.config/nvim/lua/sspaeti/plugins/noice.lua
··· 11 11 -- This is a current Neovim limitation. 12 12 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 13 13 }, 14 + presets = { 15 + long_message_to_split = true, -- shell command output and other long messages open in a split 16 + }, 14 17 routes = { 18 + { -- show shell command output in a split instead of mini 19 + view = "split", 20 + filter = { event = "msg_show", kind = "shell_out" }, 21 + }, 15 22 { --this turns off notification in neo-tree that are distracting 16 23 view = 'mini', 17 24 filter = {