[refactor] neovim: switch to upstream flake
Instead of the community maintained `neovim-nightly-overlay` use the upstream flake provided by the neovim team. The overlay provided overwrites `neovim` stable, but I don't use it anyways.
This commit is contained in:
parent
6be1975d06
commit
a965b68600
3 changed files with 15 additions and 120 deletions
|
@ -19,7 +19,7 @@ in
|
|||
(lib.optionalAttrs canSetAsDefault { defaultEditor = lib.mkDefault true; })
|
||||
(lib.optionalAttrs notStandalone { enable = lib.mkDefault true; })
|
||||
(lib.mkIf cfg.enable {
|
||||
package = pkgs.neovim-nightly;
|
||||
# package = pkgs.neovim-nightly;
|
||||
globals.mapleader = " ";
|
||||
# Appearance
|
||||
colorschemes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue