diff --git a/install.sh b/install.sh index 1061972..c7641a7 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ if $NVIM; then apt install -y software-properties-common add-apt-repository ppa:neovim-ppa/unstable -y apt update - apt install -y $dependencies + apt install -y $dependencies python-venv fi ln -s $PWD/nvim $XDG_CONFIG_HOME/nvim