revert neovim to stable
This commit is contained in:
parent
b9c0b70fc8
commit
ac5833c8af
|
@ -29,7 +29,7 @@
|
|||
];
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.neovim-unwrapped;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
enableMan = true; # install man pages for nixvim options
|
||||
clipboard.register = "unnamedplus"; # use system clipboard instead of internal registers
|
||||
globals.mapleader = " ";
|
||||
|
|
Loading…
Reference in New Issue