about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix')
-rw-r--r--sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix
index 39ee9dcd..df09e446 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix
+++ b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix
@@ -5,22 +5,6 @@
   fetchgit,
 }: {
   /*
-  Generated from: andrewferrier/debugprint.nvim
-  */
-  debugprint-nvim = buildVimPlugin {
-    pname = "debugprint-nvim";
-    version = "2024-03-29";
-    src = fetchurl {
-      url = "https://github.com/andrewferrier/debugprint.nvim/archive/54297dd0a4f318b279a1cb954e7714f3942df123.tar.gz";
-      sha256 = "06r1jhx7jd15q8wvnw0xqwk3bkx39pm4pbv70hf9ggd6zsnmsrmn";
-    };
-    meta = with lib; {
-      description = "Debugging in NeoVim the print() way!";
-      homepage = "https://github.com/andrewferrier/debugprint.nvim";
-      license = with licenses; [mit];
-    };
-  };
-  /*
   Generated from: ThePrimeagen/harpoon:master
   */
   harpoon = buildVimPlugin {