Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 480 Bytes

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/tastapod/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +:PlugInstall +:q +:q

To add a new plugin:

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