Run vimscript file with Lua

How can I run a vimscript file from my lua.init?

Try this:

vim.cmd('source path/to/file.vim')
2 Likes