mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
14 lines
242 B
Lua
14 lines
242 B
Lua
return {
|
|
'j-hui/fidget.nvim', -- nvim-lsp progress
|
|
branch = 'legacy',
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
text = {
|
|
done = '[✓]',
|
|
},
|
|
fmt = {
|
|
stack_upwards = false,
|
|
},
|
|
},
|
|
}
|