Add mapping to toggle syntastic
This commit is contained in:
parent
398cbca614
commit
0e8cfbb9e5
@ -234,6 +234,8 @@ let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
|
||||
nnoremap <leader>y :SyntasticToggleMode<CR>
|
||||
|
||||
" Tagbar
|
||||
let g:tagbar_type_go = {
|
||||
\ 'ctagstype' : 'go',
|
||||
|
Loading…
Reference in New Issue
Block a user