I am trying to use vim in my python journey based on this guide
I think I have the same problem as the paid nerd , but since he did not find the solution I am posting here again.
For some reason, I cannot get omnicompletion to work in vim using python. I installed the fabolous R-plugin and created a list of tags. So I get omnicompletion with R.
But not for python. A few observations:
:echo &omnifunc prints pythoncomplete#Complete .- There are R tags in the
.vim/doc/tags file but no python (but is that because python is supported by default correctly?) - If I do
import math in my .py file, I can autofill for example. ma to math. but no methods found?
So - in conclusion, I was really confused: - / - and if someone can help ...
source share