Vim

Install MacVim with Lua support

Vim

iI use MacVim on macOS as well as Emacs. In MacVim, I use a plugin called neocomplete: github.com It requires Lua support in Vim. So I reinstall MacVim with Homebrew: brew uninstall macvim brew install macvim --with-lua --with-override-sys…