simplifying things

This commit is contained in:
Chris 2021-03-13 01:40:17 -05:00
parent aae481ce96
commit 4433ad011a
14 changed files with 9 additions and 285 deletions

View file

@ -0,0 +1,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