revert neovim to stable

This commit is contained in:
Sam 2024-11-04 15:54:26 +00:00
parent b9c0b70fc8
commit ac5833c8af
1 changed files with 1 additions and 1 deletions

View File

@ -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 = " ";