5 lines
155 B
Bash
5 lines
155 B
Bash
sudo add-apt-repository -y ppa:neovim-ppa/stable
|
|
sudo apt update -y
|
|
sudo apt install -y neovim
|
|
git clone https://github.com/LazyVim/starter ~/.config/nvim
|