X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/87dbb61de15b388761bed6d81592c57f27b08c2c..abc1010e7344fd407c66881645c52ebc7f57edfc:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index f4265f4..2817a01 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -257,9 +257,11 @@ set wildignore+=*.luac " Lua byte code set wildignore+=*.pyc " Python byte code set wildignore+=*.orig " Merge resolution files -" running make and jumping to errors +" running make and jumping to errors {{{2 set makeprg=make\ -w " print changing directories +set grepprg=ag\ --vimgrep\ $* + " language specific {{{2 set isfname-== " don't treat `=` as being part of filenames @@ -547,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'