vim/keymap: formatting

This commit is contained in:
Fernando Schauenburg 2023-08-17 23:49:15 +02:00
parent 1c16b06677
commit 56aa86df56

View file

@ -118,11 +118,5 @@ M.setup = function()
end end
end end
setmetatable(M, {
__index = function (_, k)
return keymap[k]
end
})
return M return M