Skip to content

tastapod/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dan North's vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published