Merge pull request #3 from kcotugno/add-syntastic-toggle

Add mapping to toggle syntastic
This commit is contained in:
Kevin Cotugno 2020-10-29 18:55:15 -07:00 committed by GitHub
commit 8fa9febf5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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