environment/recipes/nvim.yml
2025-08-01 12:52:57 +02:00

12 lines
232 B
YAML

packages:
- cmake
- build-essential
repository:
url: https://github.com/neovim/neovim.git
branch: release-0.11
steps:
- make distclean
- make CMAKE_BUILD_TYPE=Release CMAKE_INSTALL_PREFIX=$HOME/.local
- make install