nvim/lua/plugins/fidget.lua
2025-03-07 22:39:00 -05:00

12 lines
174 B
Lua

return {
'j-hui/fidget.nvim',
opts = {
notification = {
override_vim_notify = true,
},
progress = {
poll_rate = 10,
},
},
lazy = false,
}