Update nixvim configuration to use unstable Neovim package

This commit is contained in:
Sam 2024-10-28 17:51:42 +00:00
parent 13dad7b532
commit 16436da1e4
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
];
programs.nixvim = {
enable = true;
package = pkgs.unstable.neovim-unwrapped;
enableMan = true; # install man pages for nixvim options
clipboard.register = "unnamedplus"; # use system clipboard instead of internal registers
globals.mapleader = " ";