# HG changeset patch # User zegervdv # Date 1415526886 -3600 # Node ID 35664e63555dc1e2f05a497ac964d6b6abc2f60b # Parent 925861e874ec63cd4833a9a24a551a2ddf1cf0c7 Small fixes to vimrc diff -r 925861e874ec -r 35664e63555d vimrc --- a/vimrc Sat Nov 08 19:22:00 2014 +0100 +++ b/vimrc Sun Nov 09 10:54:46 2014 +0100 @@ -179,6 +179,7 @@ au BufNewFile,BufRead,BufEnter *.tex setlocal textwidth=0 au BufNewFile,BufRead,BufEnter *.txt setlocal spell spelllang=en_gb au BufNewFile,BufRead,BufEnter *.txt setlocal textwidth=0 +au FileType gitcommit setlocal spell spelllang=en_gb autocmd BufRead *_spec.rb set filetype=rspec @@ -303,11 +304,6 @@ endif endfunction -let g:indent_guides_auto_colors = 0 -let g:indent_guides_guide_size = 1 -highlight IndentGuidesEven guibg=background -highlight IndentGuidesOdd guibg='#282a2e' - au FileType c setl foldmethod=syntax au VimResized * exe "normal! \=" @@ -519,6 +515,9 @@ " Tagbar {{{ nmap :TagbarToggle " }}} +" Syntastic {{{ +let g:syntastic_check_on_open=1 +" }}} " Gundo tree {{{ nnoremap u :GundoToggle " }}}