Add mapping to toggle syntastic

This commit is contained in:
Kevin Cotugno 2020-10-29 18:54:21 -07:00
parent 398cbca614
commit 0e8cfbb9e5

View File

@ -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',