Skip to content

Commit

Permalink
let jedi deal with python stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis-D committed Mar 14, 2014
1 parent e5bcb0f commit e63b4cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vimrc
Expand Up @@ -254,6 +254,8 @@ let g:ctrlp_show_hidden = 1
let g:jedi#popup_on_dot = 0
" use buffers rather than tabs:wq
let g:jedi#use_tabs_not_buffers = 0
" do not show arguments when pressing (
let g:jedi#show_call_signatures = 0

" temporarily disable stuff that clutter copy/pasted stuff
command! Clean set nonu! nornu! nolist!
Expand All @@ -274,7 +276,6 @@ augroup END
" set program used by K in normal mode
augroup Kgroup
autocmd!
autocmd FileType python setlocal keywordprg=pydoc
autocmd FileType vim setlocal keywordprg=:help
augroup END

Expand Down

0 comments on commit e63b4cd

Please sign in to comment.