We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40e925 commit 2a5a1e7Copy full SHA for 2a5a1e7
users/refnode/common/core/neovim.nix
@@ -6,7 +6,7 @@
6
}: {
7
programs.neovim = {
8
enable = true;
9
- package = pkgs.neovim-unwrapped;
+ package = pkgs.unstable.neovim-unwrapped;
10
defaultEditor = true;
11
vimAlias = true;
12
vimdiffAlias = true;
0 commit comments