Jump to content

Neovim: Difference between revisions

324 bytes added ,  15 October 2020
reference the overlay and official doc
imported>P-h
No edit summary
imported>Teto
(reference the overlay and official doc)
Line 17: Line 17:
     })
     })
   ];
   ];
Alternatively you can use the neovim module (merged in september 2020).
  programs.neovim.enable = true;
== To build neovim master ==
Use the official documentation:
https://github.com/neovim/neovim/wiki/Building-Neovim#nix-or-nixos
There is also an overlay available:
https://github.com/mjlbach/neovim-nightly-overlay


== See Also ==
== See Also ==
[[Vim]]
[[Vim]]
Anonymous user