From 8726516655b7668d7fd9805a004c6281e27a2f9f Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 3 Feb 2025 17:59:29 +0100 Subject: common/nixvim: install neovim from unstable --- common/nixvim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nixvim.nix b/common/nixvim.nix index b9e2dd4..a935c67 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix @@ -697,7 +697,7 @@ inputs: nixpkgs.overlays = [ (final: _prev: { - inherit (final.unstable) vimPlugins; + inherit (final.unstable) neovim neovim-unwrapped vimPlugins; }) ]; -- cgit v1.2.3