dotfiles/home/apps/neovim/lua/plugins/fidget.lua

18 lines
333 B
Lua

return {
{
"j-hui/fidget.nvim",
opts = {
text = {
spinner = "dots",
done = "󰗡",
commenced = "init",
completed = "done",
},
window = { blend = 0 },
sources = {
["copilot"] = { ignore = true },
["null-ls"] = { ignore = true },
},
},
},
}