From e03884aa2e3195037d17188ecf94796647e17d77 Mon Sep 17 00:00:00 2001 From: pg Date: Fri, 23 Dec 2022 12:16:32 +0100 Subject: [PATCH] =?UTF-8?q?Moved=20to=20nvim-dev-build=20=F0=9F=93=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eebad3..3c12525 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Run this in TMUX: - Debian / Ubuntu ```bash -sudo apt install tmux neovim -y +sudo apt install tmux -y +wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb +sudo dpkg -i nvim-linux64.deb git clone https://ipam.twl-kom.de/gitea/pg/pgr-linux-defaults.git .pgr-linux-defaults cd .pgr-linux-defaults sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'