/vimfiles

My personal vim configuration files

Primary LanguageVim script

This is my vim setup. I'm using vim-plug1 to manage my vim plugins.

To get started, just move your existing .vim and .vimrc out of the way and source this file, or type the following from wherever you want to install:

git clone https://github.com/elvio/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc

Then set up vim-plug using the installation instructions.

To add a new plugin:

  • Add Plug 'owner/repo' in ~/.vimrc
  • Run :PlugInstall from vim