✨ add python provider setup for nvim
This commit is contained in:
parent
c8ce6110d6
commit
4b6cf4f746
1 changed files with 2 additions and 0 deletions
2
makefile
2
makefile
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue