13 lines
246 B
Lua
13 lines
246 B
Lua
return
|
|
{
|
|
-- Configuration function to be run after the plugin is loaded
|
|
on_load = function()
|
|
require('lazydev').setup()
|
|
end,
|
|
|
|
-- Keymaps to be set after the plugin is loaded
|
|
keymaps = {
|
|
-- { [modes='n'], keys, cmd, desc }
|
|
}
|
|
}
|