neovim/contrib
Matthieu Coudron 3974c4bce3
feat(nix): add flake.nix (#13487)
`flakes` is a feature available in the unstable version of the `nix` package manager
to ease the distribution of nix expressions see https://www.tweag.io/blog/2020-05-25-flakes/ .

Nix excels at software reproducibility and is available/can be
installed on different distributions (ubuntu/void/debian etc) as well
as macOS.

This flakes contains 3 packages that can be installed via for instance
`nix run 'github:neovim/neovim?dir=contrib#nvim-debug'`
or
`nix run 'github:neovim/neovim?dir=contrib'` for the default version.

you can register an alias
`nix registry add neovim 'github:neovim/neovim?dir=contrib'`
and the previous commands become:
`nix run neovim`
2020-12-09 09:15:37 +01:00
..
doxygen Change neovim.org references to neovim.io 2015-04-19 17:17:45 -03:00
gdb py: flake8 fixes 2019-07-29 22:14:23 +02:00
vim-addon-local-vimrc add .vimrc and src/.ycm_extra_conf.py 2014-03-14 20:37:03 -03:00
YouCompleteMe contrib/ycm_extra_conf.py (#6257) 2017-03-11 15:37:21 +01:00
flake.nix feat(nix): add flake.nix (#13487) 2020-12-09 09:15:37 +01:00
local.mk.example cmake: use LibFindMacros for utf8proc (#11114) 2019-09-29 04:44:02 +02:00
uncrustify.cfg contrib: Move uncrustify.cfg to contrib/ 2015-12-15 15:34:49 -05:00