Skip to content

Commit

Permalink
Add a workaround for jedi call signature wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yangle committed Oct 29, 2017
1 parent 9eac480 commit 4294f9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _vim/ftplugin/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ setlocal nosmartindent
" suppress jedi's docstring popup
setlocal completeopt-=preview

" workaround for jedi call signature
" https://github.com/davidhalter/jedi-vim/issues/632
setlocal nowrap

" highlight lines longer than 79 chars
" http://stackoverflow.com/a/13731714
" for all python files regardless of extension
Expand Down

0 comments on commit 4294f9f

Please sign in to comment.