From 20a3911ab70a92c10c71f5905671945f0c4c3148 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 17 Apr 2021 17:39:57 +0100 Subject: [PATCH] Ensure pynvim is installed in autoenv's --- autoenv/autoenv.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/autoenv/autoenv.zsh b/autoenv/autoenv.zsh index 1d24118..307db98 100644 --- a/autoenv/autoenv.zsh +++ b/autoenv/autoenv.zsh @@ -103,6 +103,7 @@ commands: _autoenv_authorized $PWD/.enter yes _autoenv_authorized $PWD/.exit yes _autoenv_enter $PWD + pip install pynvim ;; *) # Invalid arguments, show help then error.