🪴 my neovim config:)
1
fork

Configure Feed

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

plugin: add progress source to shell msg

robin 144371c3 e5b9781b

+2 -1
+2 -1
config/plugin/shell.lua
··· 13 13 local cmdmsg = { { "command " }, { opts.args, "@markup.raw" } } 14 14 15 15 local pg = { 16 + source = "shell", 17 + title = "shell cmd", 16 18 kind = "progress", 17 - title = "cmd", 18 19 percent = 0, 19 20 status = "running", 20 21 }