A good set of Vim defaults
An almost-universal set of defaults that most people can agree on. recommended for use alongside vim-sensible.
Plugin 'tpope/vim-sensible'
Plugin 'rstacruz/vim-opinion'
Doing a fresh install? Give it a try with vundle or pathogen. See instructions ▸
Assuming you have both vim-sensible and vim-opinion, add these lines to your vimrc. More explanation about this is available on vim-sensible's Readme.
runtime! plugin/sensible.vim
runtime! plugin/opinion.vim
" Your overrides below the lines above
set noincsearch
credits: also see Seth House's vimrc.
MIT license.