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.