From 387ff8241d9e46a08fdff7d5386621eb51d08057 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Mon, 28 Aug 2023 14:44:10 +0200
Subject: Fix(flake): Switch to offical extra vim pluigins, not my fork

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 7bdcdd89..307d0a3b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,7 +42,7 @@
       };
     };
     nixNeovimPlugins = {
-      url = "github:soispha/nixNeovimPlugins";
+      url = "github:nixNeovim/nixNeovimPlugins";
       inputs = {
         flake-utils.follows = "flake-utils";
         nixpkgs.follows = "nixpkgs";
-- 
cgit 1.4.1