Answer the question
In order to leave comments, you need to log in
Autocomplete transitions?
I'm sitting with VIM, because I want to use it when I write in python. Delivered the Jedi-vim plugin to have good autocompletion, and ran into the following problem:
When, for example, I do this:
import math
math.
Answer the question
In order to leave comments, you need to log in
The solution to the problem is to remove the preview of the autocomplete method/function:
autocmd FileType python set completeopt-=preview
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question