🪴 my neovim config:)
1
fork

Configure Feed

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

lylla: add progress status

robin 67132665 144371c3

+10
+10
config/config/lylla.lua
··· 118 118 {}, 119 119 { "%=" }, 120 120 lylla.component(function() 121 + local progress = vim.ui.progress_status() 122 + if #progress == 0 then 123 + return {} 124 + end 125 + return { 126 + { progress, "MsgArea" }, 127 + { " | ", "NonText" }, 128 + } 129 + end, { events = { "Progress" } }), 130 + lylla.component(function() 121 131 if not package.loaded["vim.diagnostic"] then 122 132 return "" 123 133 end