dotfiles/config/nvim/lua/plugins/fidget.lua

32 lines
752 B
Lua

return {
"j-hui/fidget.nvim",
branch = "legacy",
event = "LspAttach",
opts = {
text = {
done = require("util.icons").ui.Checkmark,
spinner = {
"▱▱▱▱▱▱▱",
"▰▱▱▱▱▱▱",
"▰▰▱▱▱▱▱",
"▰▰▰▱▱▱▱",
"▰▰▰▰▱▱▱",
"▰▰▰▰▰▱▱",
"▰▰▰▰▰▰▱",
"▰▰▰▰▰▰▰",
"▱▰▰▰▰▰▰",
"▱▱▰▰▰▰▰",
"▱▱▱▰▰▰▰",
"▱▱▱▱▰▰▰",
"▱▱▱▱▱▰▰",
"▱▱▱▱▱▱▰",
},
},
timer = { spinner_rate = 75 },
window = { blend = 50 },
fmt = { max_messages = 10 },
},
}