Skip to content

Commit

Permalink
vim: pin neovim to stable channel
Browse files Browse the repository at this point in the history
use neovim from stable channel until
NixOS/nixpkgs#80528 is merged
  • Loading branch information
evanjs committed Feb 23, 2020
1 parent 9896d9c commit b817650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/new-modules/vim/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ in

programs.neovim = {
enable = true;
package = pkgs.stable.neovim;

viAlias = true;
vimAlias = true;
Expand Down

0 comments on commit b817650

Please sign in to comment.