From 16436da1e47bd97e906ce6ede8df0cde631da211 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2024 17:51:42 +0000 Subject: [PATCH] Update nixvim configuration to use unstable Neovim package --- home/common/core/nixvim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common/core/nixvim/default.nix b/home/common/core/nixvim/default.nix index 80d1209..d0f9db2 100644 --- a/home/common/core/nixvim/default.nix +++ b/home/common/core/nixvim/default.nix @@ -28,6 +28,7 @@ ]; programs.nixvim = { enable = true; + package = pkgs.unstable.neovim-unwrapped; enableMan = true; # install man pages for nixvim options clipboard.register = "unnamedplus"; # use system clipboard instead of internal registers globals.mapleader = " ";