mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:56:11 +01:00
neovim nightly
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
{inputs, pkgs, ...}: {
|
||||
|
||||
nixpkgs.overlays = [
|
||||
inputs.neovim-nightly-overlay.overlay
|
||||
];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.neovim-unwrapped;
|
||||
package = pkgs.neovim-nightly;
|
||||
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
Reference in New Issue
Block a user