nvim/lua/plugins/fidget.lua

17 lines
308 B
Lua
Raw Normal View History

return {
"j-hui/fidget.nvim",
tag = "legacy",
opts = {
text = {
spinner = "dots",
done = "",
commenced = "",
completed = "",
},
window = {
2023-07-16 21:41:45 +01:00
blend = 50,
border = "rounded",
},
},
}