sunhat/install/neovim.sh

5 lines
155 B
Bash
Raw Normal View History

2024-05-26 17:17:31 -05:00
sudo add-apt-repository -y ppa:neovim-ppa/stable
2024-05-25 15:52:00 -05:00
sudo apt update -y
sudo apt install -y neovim
git clone https://github.com/LazyVim/starter ~/.config/nvim