mirror of https://github.com/LazyVim/starter
8 lines
86 B
Lua
8 lines
86 B
Lua
|
return {
|
||
|
{
|
||
|
"j-hui/fidget.nvim",
|
||
|
event = "BufReadPre",
|
||
|
opts = {},
|
||
|
},
|
||
|
}
|