add command runner to nvim

This commit is contained in:
Artur Gurgul1 2025-08-08 07:55:29 +02:00
parent dd1c82e804
commit 2054a68af0
5 changed files with 47 additions and 3 deletions

View file

@ -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

View file

@ -16,6 +16,7 @@ packages:
repository:
url: https://github.com/ruby/ruby.git
branch: v3_4_5
version: 3.4.5
steps:
- ./autogen.sh