init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
12
recipes/nvim.yml
Normal file
12
recipes/nvim.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue