feat(lazy): allow for hot loading plugin specs
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
-- https://github.com/rbong/vim-flog
|
||||
|
||||
local function setup()
|
||||
vim.keymap.set("n", "<leader>gl", vim.cmd.Flog)
|
||||
end
|
||||
|
||||
return setup
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"rbong/vim-flog",
|
||||
---@type LazyKeysSpec[]
|
||||
keys = {
|
||||
{ "<leader>gl", vim.cmd.Flog, mode = "n" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user