str.
or numpy.
and the following message appears.--Omni complement(^O^N^P) pattern not found
import numpy
numpy.# Error message at this point
set incompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call bundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin'airblade/vim-gitgutter'
Plugin'davidhalter/jedi-vim'
call bundle#end()
filetype plugin indent on
:help jedi-vim
to display the help screen for jedi-vimI will add any missing information, so please let me know.
Thank you for your cooperation.
I forgot to write it.I'm doing multi-posting.
https://teratail.com/questions/163424
You may need to meet some prerequisites for operation, so check them out just in case.
Vim compiled with the +python
or +python3
flags enabled.
For example, on Linux, run vim --version | grep python
from the command line to see if it contains any of the above. -python
is not allowed.
Python's jedi
library is installed.
$pip install jedi
Vim compiled with the +python
or +python3
flags enabled.
For example, on Linux, run vim --version | grep python
from the command line to see if it contains any of the above. -python
is not allowed.
Python's jedi
library is installed.
$pip install jedi
Note:
davidhalter/jedi-vim:Using the jedi autocompletion library for VIM.
Vim Note: Complementing Python Inputs with jedi-vim
© 2024 OneMinuteCode. All rights reserved.