add python provider setup for nvim

This commit is contained in:
DannyDannyDanny 2023-04-15 15:23:34 +02:00
parent c8ce6110d6
commit 4b6cf4f746

View file

@ -30,6 +30,8 @@ setup_python_and_poetry:
# setup poetry - zsh # setup poetry - zsh
mkdir $ZSH_CUSTOM/plugins/poetry mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
# nvim python provider
pip3 install --upgrade pynvim
setup_tmux_a: setup_tmux_a: