diff options
author | Matthieu Coudron <teto@users.noreply.github.com> | 2020-12-09 09:15:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 09:15:37 +0100 |
commit | 3974c4bce371f8039da713016c46535d03aeb673 (patch) | |
tree | 2b2fc285cb19d1c21f14c86ccaba7f40c9c7b549 /runtime/lua/vim/lsp/buf.lua | |
parent | 08ec36efaf2826a7e0fa32a1e6e4a88c035a361c (diff) | |
download | rneovim-3974c4bce371f8039da713016c46535d03aeb673.tar.gz rneovim-3974c4bce371f8039da713016c46535d03aeb673.tar.bz2 rneovim-3974c4bce371f8039da713016c46535d03aeb673.zip |
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`
Diffstat (limited to 'runtime/lua/vim/lsp/buf.lua')
0 files changed, 0 insertions, 0 deletions