-- lua_add {{{ local vimx = require("artemis") vimx.keymap.set("c", "", "", { expr = true, callback = function() if vimx.fn.getcmdline():match("%S+") then return [[Capture]] end return [[]] end, }) -- }}} -- lua_capture {{{ require("artemis").w.wrap = true -- }}}