neovim + lua + slimv: how to start swank server in the current folder/project?
I’m using Slimv with NVim, and it works perfectly except when attempting to (load ...)
files from the same folder. I presume it’s an issue with translating vim shell commands (with %
expansions, etc.) to vim.cmd()
lua functions.