mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
my config yay
This commit is contained in:
12
lua/custom/plugins/fidget.lua
Normal file
12
lua/custom/plugins/fidget.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
'j-hui/fidget.nvim',
|
||||
opts = {
|
||||
progress = {
|
||||
display = {
|
||||
progress_style = 'NoiceLspProgressClient',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user