mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 15:09:44 +00:00
13
nvim.bak/lua/plugins/fidget.lua
Normal file
13
nvim.bak/lua/plugins/fidget.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
'j-hui/fidget.nvim', -- nvim-lsp progress
|
||||
branch = 'legacy',
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
text = {
|
||||
done = '[✓]',
|
||||
},
|
||||
fmt = {
|
||||
stack_upwards = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user