diff options
-rw-r--r-- | vimrc-full | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -300,12 +300,12 @@ if has("python") | |||
300 | " autocmd FileType c,cpp,objc map <buffer> = <Plug>(operator-clang-format) | 300 | " autocmd FileType c,cpp,objc map <buffer> = <Plug>(operator-clang-format) |
301 | 301 | ||
302 | " JEDI: ============================================================================================================== | 302 | " JEDI: ============================================================================================================== |
303 | " Plug 'davidhalter/jedi-vim' " jedi gets used to display python function signatures | 303 | Plug 'davidhalter/jedi-vim' " jedi gets used to display python function signatures |
304 | " let g:jedi#completions_enabled = 0 " we do not need completions, because we have YouCompleteMe | 304 | let g:jedi#completions_enabled = 0 " we do not need completions, because we have YouCompleteMe |
305 | " let g:jedi#show_call_signatures = 1 " which sadly does not support signatures like jedi | 305 | let g:jedi#show_call_signatures = 1 " which sadly does not support signatures like jedi |
306 | " let g:jedi#show_call_signatures_delay = 0 | 306 | let g:jedi#show_call_signatures_delay = 0 |
307 | " let g:jedi#auto_vim_configure = 0 | 307 | let g:jedi#auto_vim_configure = 0 |
308 | " let g:pymode_rope = 0 " https://github.com/davidhalter/jedi-vim/issues/163 | 308 | let g:pymode_rope = 0 " https://github.com/davidhalter/jedi-vim/issues/163 |
309 | " autocmd FileType python jedi.preload_module('os', 'sys', 'math') | 309 | " autocmd FileType python jedi.preload_module('os', 'sys', 'math') |
310 | " let g:pymode_options_max_line_length = 120 | 310 | " let g:pymode_options_max_line_length = 120 |
311 | " let g:syntastic_python_flake8_args='--ignore=F821,E302,E501,E241,E301' | 311 | " let g:syntastic_python_flake8_args='--ignore=F821,E302,E501,E241,E301' |