summaryrefslogtreecommitdiff
path: root/utils/bin/install-latest-neovim
blob: 8943b751df6c5942f3fb98ab23f0ca91925955f1 (plain)
1
2
3
4
5
6
7
8
9
!#/bin/bash
cd ~
sudo rm -r neovim
git clone https://github.com/neovim/neovim
cd neovim
sudo make CMAKE_BUILD_TYPE=Release install
cd ~
sudo rm -r neovim