feat(lazy): allow for hot loading plugin specs
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
-- https://github.com/j-hui/fidget.nvim
|
||||
|
||||
local function setup()
|
||||
require("fidget").setup()
|
||||
end
|
||||
|
||||
return setup
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"j-hui/fidget.nvim",
|
||||
tag = "legacy",
|
||||
event = "LspAttach",
|
||||
config = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user