feat: add fidget.nvim

This commit is contained in:
ZotyDev 2026-02-22 22:13:19 -03:00
parent 1c041405c9
commit 01a7ce066a
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
9 changed files with 45 additions and 8 deletions

15
lua/plugins/fidget.lua Normal file
View file

@ -0,0 +1,15 @@
return {
'j-hui/fidget.nvim',
opts = {
progress = {
display = {
done_ttl = 2,
},
},
notification = {
window = {
winblend = 0,
},
},
},
}