From 4b6cf4f746d8003431fbc6ae871d8de4b85fb2af Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 15 Apr 2023 15:23:34 +0200 Subject: [PATCH] :sparkles: add python provider setup for nvim --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 15e8752..d8089b0 100644 --- a/makefile +++ b/makefile @@ -30,6 +30,8 @@ setup_python_and_poetry: # setup poetry - zsh mkdir $ZSH_CUSTOM/plugins/poetry poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry + # nvim python provider + pip3 install --upgrade pynvim setup_tmux_a: