Files
dotfiles/nvim/.config/nvim/lua/plugins/configs/lazydev.lua
2026-03-23 00:18:09 +00:00

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 }
}
}