feat: debug format function and add content function support

This commit is contained in:
JuanZoran
2023-01-09 01:59:04 +08:00
parent 5a424c66bb
commit eaf8a3acce
12 changed files with 341 additions and 126 deletions

View File

@@ -54,7 +54,7 @@ local get_cursor_opts = function(cursor_conf)
return opts
end
M.get_float_opts = get_float_opts(conf.float)
M.float_opts = get_float_opts(conf.float)
M.cursor_opts = get_cursor_opts(conf.cursor)