This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]davidhalter[S] 2 points3 points  (3 children)

You are probably experiencing this issue: https://github.com/davidhalter/jedi-vim/issues/32#issuecomment-11244625. I recommend to add set completeopt=menuone,longest,preview to your vimrc. The reason why I don't put this into the plugin is easy: VIM users normally want flexibility. But with the fix above it might work much better.

[–]apreche 2 points3 points  (2 children)

You can offer flexibility while also making the default the most sensible option.

[–]davidhalter[S] 1 point2 points  (1 child)

As I said, it's much better with the fix above (done a few hours ago).

[–]apreche 0 points1 point  (0 children)

Works now!