Moved to nvim-dev-build 📉
This commit is contained in:
parent
0ea1e5cbca
commit
e03884aa2e
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue