X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5f9a3de3258ad159991509ff7d8e48bcb6e9012b..abc1010e7344fd407c66881645c52ebc7f57edfc:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 831fa8b..2817a01 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -549,6 +549,16 @@ let g:pymode_folding = 1 let g:pymode_lint_ignore = "E221,E266,E501" let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing +" signature {{{2 +" disable '[ mappings + +let g:SignatureMap = { + \ 'GotoNextLineAlpha' : "", + \ 'GotoPrevLineAlpha' : "", + \ 'GotoNextSpotAlpha' : "", + \ 'GotoPrevSpotAlpha' : "", + \ } + " synastic {{{2 let g:syntastic_enable_highlighting = 0 let g:syntastic_error_symbol='E'