8 lines
146 B
Lua
8 lines
146 B
Lua
return {
|
|
{
|
|
"j-hui/fidget.nvim",
|
|
tag = "legacy",
|
|
event = "LspAttach",
|
|
config = function() require("fidget").setup {} end,
|
|
},
|
|
}
|