X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8f5f266ffbfe1df7ef1951984e636c5b72a00079..b95409a110b36eee9c2b30fefe04d1767758617f:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 7338d4d..cb6ecea 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -349,7 +349,7 @@ nnoremap p+ :silent! set paste"+p:set nopaste function! StripWhitespace(line1, line2, ...) " {{{2 let s_report = &report let &report=0 - let pattern = a:0 ? a:1 : '[\\]\@ ck :CloseAboveWindow let g:pymode_rope_completion = 0 let g:pymode_rope = 0 +let g:pymode_run = 0 let g:pymode_folding = 1 let g:pymode_lint_ignore = "E221,E266,E501" +let g:pymode_lint_cwindow = 0 " don't open cwindow when linting let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing " signature {{{2 @@ -689,7 +691,6 @@ let g:ycm_complete_in_comments = 1 let g:ycm_complete_in_strings = 1 let g:ycm_autoclose_preview_window_after_insertion = 0 "let g:ycm_extra_conf_vim_data = ['%:p'] -nnoremap gd :YcmCompleter GoTo " vim-easy-align {{{2 " start interactive EasyAlign in visual mode