diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-05-04 12:38:10 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-05-04 12:38:10 +0100 |
commit | 9b8c4db81cc090e516efaa37c3a61fb38eacc0b3 (patch) | |
tree | 7b4b95df737d1d4d79748687a0a16bf6081387d3 /vimrc | |
parent | ed33b82654d2c5099d73394a806cb31e53cec4ce (diff) |
Added git hooks for ctags
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -136,22 +136,21 @@ set nowrap set linebreak set textwidth=0 set conceallevel=2 +set formatprg=par\ w70 set guifont=Monaco\ 11 -set lazyredraw -highlight diffAdded guifg=#00bf00 -highlight diffRemoved guifg=#bf0000 " Case and spell set nospell set smartcase set ignorecase -" General +" Misc set noautochdir set cpoptions+=I set encoding=utf-8 set mouse=a set clipboard=unnamedplus +set lazyredraw " Leader-maps |