R = function(m, ...) require("plenary.reload").reload_module(m, ...) return require(m) end vim.opt.rtp:prepend(".") vim.cmd([[ runtime plugin/smoothie.lua ]]) vim.keymap.set("n", "", "(smoothie-ctrl-d)") vim.keymap.set("n", "", "(smoothie-ctrl-u)") vim.keymap.set("n", "zz", "(smoothie-zz)")