mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
8 lines
134 B
Lua
8 lines
134 B
Lua
return {
|
|
"jmbuhr/otter.nvim",
|
|
config = function()
|
|
require("absolute.after.otter")
|
|
end,
|
|
ft = { "py", "lua" }
|
|
}
|