I am trying to incorporate an autocomplete feature in Vim. I have used the omnicompletion of Vim as well as Pydiction. But in both the cases this message pops up:
Omni completion (^O^N^P) Pattern not found
I have tried Vim's Omnicompletion with Python just doesn't work. But this is not helping. Is there a workaround?
:echo &ft. If this doesn't return "python" then try adding 'filetype plugin on' to your vimrc and try all this again.jupyter-vim, check out my packagejupyter-vim-completewhich does completion based on the runtime state of the kernel.