neovim: move astronvim to 4.x

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-04-04 15:23:10 -03:00
parent d4b53b1c9f
commit a5518cff74
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
24 changed files with 438 additions and 405 deletions

View file

@ -13,12 +13,6 @@
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
# Neovim distribution
astronvim = {
url = "github:AstroNvim/AstroNvim";
flake = false;
};
};
outputs = { self, home-manager, hyprland, nixpkgs, ... }@inputs: