mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
simplifying things
This commit is contained in:
parent
aae481ce96
commit
4433ad011a
14 changed files with 9 additions and 285 deletions
9
utils/bin/install-latest-neovim
Executable file
9
utils/bin/install-latest-neovim
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue