Update nixvim configuration to use unstable Neovim package
This commit is contained in:
parent
13dad7b532
commit
16436da1e4
|
@ -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 = " ";
|
||||
|
|
Loading…
Reference in New Issue