feat: use the latest version of neovim

This commit is contained in:
Ryan Yin
2024-08-12 17:18:37 +08:00
parent 2363ab59c4
commit 930d8322d1

View File

@@ -2,6 +2,7 @@
config, config,
lib, lib,
pkgs, pkgs,
pkgs-unstable,
... ...
}: }:
############################################################################### ###############################################################################
@@ -25,6 +26,7 @@ in {
programs = { programs = {
neovim = { neovim = {
enable = true; enable = true;
package = pkgs-unstable.neovim-unwrapped;
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;