-
Install plugins
vim +PluginInstall +qall
-
Ensure node.js is installed
-
Install eslint globally
npm install --global eslint
-
Compile autocomplete support
cd ~/.vim/bundle/YouCompleteMe ./install.py --go-completer --rust-completer --js-completer