diff --git a/lua/absolute/plugins/otter.lua b/lua/absolute/plugins/otter.lua new file mode 100644 index 0000000..8df98ff --- /dev/null +++ b/lua/absolute/plugins/otter.lua @@ -0,0 +1,6 @@ +return { + "jmbuhr/otter.nvim", + config = function() + require("absolute.after.otter") + end, +}