aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs/plgs-pkgs/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nixpkgs/pkgs/plgs-pkgs/plugins')
-rw-r--r--sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix16
-rw-r--r--sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt1
-rw-r--r--sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md9
3 files changed, 4 insertions, 22 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 {
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt
index 20315cd4..615083c8 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt
+++ b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt
@@ -1,4 +1,3 @@
-andrewferrier/debugprint.nvim
lmburns/lf.nvim
nvim-telescope/telescope-bibtex.nvim
ThePrimeagen/harpoon:master
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
index 6e7a79da..9c91b210 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
+++ b/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
@@ -1,8 +1,7 @@
-- Plugin count: 4
+- Plugin count: 3
| Repo | Last Update | Nix package name | Last checked |
|:---|:---|:---|:---|
-| [andrewferrier/debugprint.nvim](https://github.com/andrewferrier/debugprint.nvim) | 2024-03-29 | `debugprint-nvim` | 2024-03-30 |
-| [ThePrimeagen/harpoon:master](https://github.com/ThePrimeagen/harpoon) | 2023-12-26 | `harpoon` | 2024-03-30 |
-| [lmburns/lf.nvim](https://github.com/lmburns/lf.nvim) | 2023-10-03 | `lf-nvim` | 2024-03-30 |
-| [nvim-telescope/telescope-bibtex.nvim](https://github.com/nvim-telescope/telescope-bibtex.nvim) | 2024-03-28 | `telescope-bibtex-nvim` | 2024-03-30 |
+| [ThePrimeagen/harpoon:master](https://github.com/ThePrimeagen/harpoon) | 2023-12-26 | `harpoon` | 2024-03-31 |
+| [lmburns/lf.nvim](https://github.com/lmburns/lf.nvim) | 2023-10-03 | `lf-nvim` | 2024-03-31 |
+| [nvim-telescope/telescope-bibtex.nvim](https://github.com/nvim-telescope/telescope-bibtex.nvim) | 2024-03-28 | `telescope-bibtex-nvim` | 2024-03-31 |