diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -77,6 +77,7 @@ nmap tn :tabnew<CR> nmap tc :tabclose<CR> noremap <silent> <F3> :BufExplorerHorizontalSplit<CR> nnoremap <silent> <F4> :TagbarToggle<CR> +nnoremap <silent> <F6> :SyntasticCheck<CR> " different keycodes in urxvt @@ -100,3 +101,8 @@ let g:bufExplorerShowNoName=1 let g:airline_theme='wombat' let g:airline#extensions#whitespace#enabled=0 +" Syntastic settings +let g:syntastic_check_on_wq=0 " don't check when closing buffers +let g:syntastic_aggregate_errors=1 " run every checker +let g:syntastic_mode_map = { 'mode': 'passive' } + |
