1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-18 21:55:48 +08:00
2020-12-20 20:22:11 +08:00

10 lines
81 B
Lua

local M = {}
function M.eval(l)
return vim.api.nvim_eval(l)
end
return M