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