mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(otter.lua): add configuration for otter.nvim plugin to load custom settings after plugin initialization
This commit is contained in:
6
lua/absolute/plugins/otter.lua
Normal file
6
lua/absolute/plugins/otter.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"jmbuhr/otter.nvim",
|
||||
config = function()
|
||||
require("absolute.after.otter")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user