dnwe / vim-opinion

My opinionated vim defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rstacruz/vim-opinion

an almost-universal set of defaults that most people can agree on. recommended for use alongside vim-sensible.


Getting started

doing a fresh install? give it a try with vundle or pathogen. See instructions ▸


How do I override a setting?

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

Thanks

credits: also see Seth House's vimrc.

MIT license.

About

My opinionated vim defaults


Languages

Language:Vim Script 100.0%