feat(otter.lua): add configuration for otter.nvim plugin to load custom settings after plugin initialization

This commit is contained in:
David Ibia
2024-03-10 12:21:08 +01:00
parent 8ab0ebd57e
commit 153a3f538e

View File

@@ -0,0 +1,6 @@
return {
"jmbuhr/otter.nvim",
config = function()
require("absolute.after.otter")
end,
}