From 930d8322d15519cfb801abb51407d870413a76e4 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 12 Aug 2024 17:18:37 +0800 Subject: [PATCH] feat: use the latest version of neovim --- home/base/tui/editors/neovim/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/base/tui/editors/neovim/default.nix b/home/base/tui/editors/neovim/default.nix index cb0cea01..c13e63c9 100644 --- a/home/base/tui/editors/neovim/default.nix +++ b/home/base/tui/editors/neovim/default.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + pkgs-unstable, ... }: ############################################################################### @@ -25,6 +26,7 @@ in { programs = { neovim = { enable = true; + package = pkgs-unstable.neovim-unwrapped; defaultEditor = true; viAlias = true;