add command runner to nvim
This commit is contained in:
parent
dd1c82e804
commit
2054a68af0
5 changed files with 47 additions and 3 deletions
|
@ -5,8 +5,9 @@ packages:
|
|||
repository:
|
||||
url: https://github.com/neovim/neovim.git
|
||||
branch: release-0.11
|
||||
version: 0.11
|
||||
|
||||
steps:
|
||||
- make distclean
|
||||
- make CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=$HOME/.local
|
||||
- make install
|
||||
- make CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=$PREFIX
|
||||
- $SUDO make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue