6 lines
180 B
Bash
6 lines
180 B
Bash
#!/bin/bash
|
|
rm -rf ~/.config/nvim
|
|
sudo add-apt-repository ppa:neovim-ppa/unstable -y
|
|
sudo apt update
|
|
git clone https://gitea.astrid-klipfel.fr/asteri/neovim.git ~/.config/nvim
|
|
nvim |