mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(incline.lua): add incline plugin configuration in plugins/incline.lua to load incline setup on VeryLazy event
8 lines
116 B
Lua
8 lines
116 B
Lua
return {
|
|
"b0o/incline.nvim",
|
|
event = "VeryLazy",
|
|
config = function()
|
|
require("absolute.after.incline")
|
|
end,
|
|
}
|