feat(otter.lua): add configuration for otter.nvim plugin to support Python and Lua filetypes

This commit is contained in:
David Ibia
2024-07-29 01:01:28 +01:00
parent e633db4e7e
commit 4b6c92e7ed

View File

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