Skip to content

Commit 0eed225

Browse files
shellrc: bump neovim's python provider version
1 parent a5a3f05 commit 0eed225

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"
33
export _NEOVIM_PYENV_PYTHON_PATH="$HOME/.pyenv/versions/${_NEOVIM_PYENV_VIRTUALENV_VERSION}/envs/${_NEOVIM_PYENV_VIRTUALENV_NAME}"

.oh-my-shell/shellrc/plugins/neovim/post.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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}" \

0 commit comments

Comments
 (0)