<Jedi, Python, Vim, Bash, Windows> Jediに WinPython3 だよって教え込む。
Jedi
に今おみゃーさんが参照しなかーんのは、WinPython
だがやー。 と教え込む。
.bashrc
export PATH='/c/WinPython-64bit-3.4.3.1/python-3.4.3.amd64/:'$PATH export PYTHONPATH='/c/WinPython-64bit-3.4.3.1/python-3.4.3.amd64/Lib/site-packages'
.vimrc
let g:jedi#popup_on_dot=0 let g:jedi#force_py_version = 3
うえの#popup_on_dot=0
は.
でオムニ検索を発動させららかんでーというお呪い。
と、思ったのだけど、WinPython
のlibrary
ではオムニ補完
ができんがやー。。。 何故。。。
いやいや、、できたよー。 OKOK。