ln -s ~/whereveryouputit ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +PlugInstall +qallTo have your very own custom vimrc additions or custom gvimrc just create these files ala:
touch ~/.vim/custom_vimrc
touch ~/.vim/custom_gvimrc
Then, sprinkle to taste with your defaults, undoing my craziness, etc. These files are ignored by git and enable fun for all.
If you see errors, but this is just Vim complaining about not having the plugins it wants installed. Simply run:
:PlugInstall
| @spicycode |
|---|