feat(nvim): use Neovim nightly

This commit is contained in:
Oliver Davies 2023-02-07 20:23:05 +00:00
parent 25166dad97
commit 1ed3bc8b57

View file

@ -74,6 +74,8 @@ in {
programs.neovim = {
enable = true;
package = pkgs.neovim-nightly;
plugins = let
customVim.vim-astro = pkgs.vimUtils.buildVimPlugin {
name = "vim-astro";