mirror of
https://github.com/aljazceru/omakub.git
synced 2026-02-02 02:44:24 +01:00
Update app-neovim.sh
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
cd ~/Downloads/
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim
|
||||
git checkout stable
|
||||
make CMAKE_BUILD_TYPE=Release
|
||||
make install
|
||||
cd ..
|
||||
rm -rf neovim
|
||||
cd .
|
||||
cd ..; rm -rf neovim; cd ~/
|
||||
|
||||
if [ ! -d "$HOME/.config/nvim" ]; then
|
||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||
|
||||
Reference in New Issue
Block a user