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,
lib,
pkgs,
pkgs-unstable,
...
}:
###############################################################################
@@ -25,6 +26,7 @@ in {
programs = {
neovim = {
enable = true;
package = pkgs-unstable.neovim-unwrapped;
defaultEditor = true;
viAlias = true;