- git clone --recurse-submodules https://github.com/marcvef/vimrc.git
- run install.sh to move .byobu/ and .vimrc to ~
- run vim and type
:+PlugInstall
The vim plugin coc.vim requires node.js to be installed. If you can not install it via the package manager you may use:
curl -sL install-node.now.sh | bash -s -- --prefix=$HOME/.local
Ensure that your $PATH variable is set accordingly.