1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/leap.lua

11 lines
117 B
Lua
Raw Normal View History

2022-12-09 02:32:25 +01:00
local M = {}
function M.setup()
require("leap").add_default_mappings()
end
-- (something)
-- something
return M