This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " Setup instructions for VimPlug and CoC: | |
| " VimPlug install (per: https://github.com/junegunn/vim-plug#unix): | |
| " > curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ | |
| " https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim | |
| " | |
| " CoC install (per: https://github.com/neoclide/coc.nvim): | |
| " Install nodejs: | |
| " > curl -sL install-node.vercel.app/lts | bash | |
| " (CoC will be installed along with other VimPlug plugins in the next step) | |
| " |