File tree Expand file tree Collapse file tree
.oh-my-shell/shellrc/plugins/neovim Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- _NEOVIM_PYENV_VIRTUALENV_VERSION=" 3.11.7 "
2- _NEOVIM_PYENV_VIRTUALENV_NAME=" neovim_py311 "
1+ _NEOVIM_PYENV_VIRTUALENV_VERSION=" 3.13.11 "
2+ _NEOVIM_PYENV_VIRTUALENV_NAME=" neovim_py313 "
33export _NEOVIM_PYENV_PYTHON_PATH=" $HOME /.pyenv/versions/${_NEOVIM_PYENV_VIRTUALENV_VERSION} /envs/${_NEOVIM_PYENV_VIRTUALENV_NAME} "
Original file line number Diff line number Diff line change 99 pyenv install --skip-existing " ${_NEOVIM_PYENV_VIRTUALENV_VERSION} "
1010 # Create python environement for neovim only
1111 pyenv virtualenv " ${_NEOVIM_PYENV_VIRTUALENV_VERSION} " " ${_NEOVIM_PYENV_VIRTUALENV_NAME} "
12- # Install neovim python dependencies
12+ # Install neovim's python dependencies for vim.provider-python to detect a valid
13+ # python environment
1314 pyenv exec python -m pip install --upgrade pip
1415 for pkg in pynvim; do
1516 pyenv shell " ${_NEOVIM_PYENV_VIRTUALENV_NAME} " \
You can’t perform that action at this time.
0 commit comments