/vimfiles

Files containing my vim config (.vimrc and .vim/)

Primary LanguageVim script

To use these files (on macOS/Linux):

  • remove ~/.vimrc
  • create a symlink called .vimrc linking to ~/.vim/.vimrc in ~ by running:
ln -s .vim/.vimrc .vimrc
  • In vim, run :PlugInstall to install all Plug plugins