Merge pull request #3 from kcotugno/add-syntastic-toggle
Add mapping to toggle syntastic
This commit is contained in:
commit
8fa9febf5b
@ -234,6 +234,8 @@ let g:syntastic_auto_loc_list = 1
|
|||||||
let g:syntastic_check_on_open = 1
|
let g:syntastic_check_on_open = 1
|
||||||
let g:syntastic_check_on_wq = 0
|
let g:syntastic_check_on_wq = 0
|
||||||
|
|
||||||
|
nnoremap <leader>y :SyntasticToggleMode<CR>
|
||||||
|
|
||||||
" Tagbar
|
" Tagbar
|
||||||
let g:tagbar_type_go = {
|
let g:tagbar_type_go = {
|
||||||
\ 'ctagstype' : 'go',
|
\ 'ctagstype' : 'go',
|
||||||
|
Loading…
Reference in New Issue
Block a user