[fix] neovim: set package explicitly
This should fix `nixvim` using neovim-0.9.5 instead of the unstable version.
This commit is contained in:
parent
01665664e6
commit
129e5f415c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in {
|
||||||
(lib.optionalAttrs canSetAsDefault {defaultEditor = lib.mkDefault true;})
|
(lib.optionalAttrs canSetAsDefault {defaultEditor = lib.mkDefault true;})
|
||||||
(lib.optionalAttrs notStandalone {enable = lib.mkDefault true;})
|
(lib.optionalAttrs notStandalone {enable = lib.mkDefault true;})
|
||||||
(lib.mkIf cfg.enable {
|
(lib.mkIf cfg.enable {
|
||||||
# package = pkgs.neovim-nightly;
|
package = pkgs.neovim;
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
# Appearance
|
# Appearance
|
||||||
colorschemes = {
|
colorschemes = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue