diff options
-rw-r--r-- | common/nixvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
697 | 697 | ||
698 | nixpkgs.overlays = [ | 698 | nixpkgs.overlays = [ |
699 | (final: _prev: { | 699 | (final: _prev: { |
700 | inherit (final.unstable) vimPlugins; | 700 | inherit (final.unstable) neovim neovim-unwrapped vimPlugins; |
701 | }) | 701 | }) |
702 | ]; | 702 | ]; |
703 | 703 | ||