From ed7690259a30db4fc7febd4aa1507fddf710d942 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 14:32:27 +0200 Subject: fix(hm/conf/nvim/plgs/debugprint): Remove I have never really used this plugin, and the recent breaking API changes where reason enough to remove it. --- sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix | 6 ++++-- sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix | 16 ---------------- sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt | 1 - sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md | 9 ++++----- 4 files changed, 8 insertions(+), 24 deletions(-) (limited to 'sys/nixpkgs') diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix b/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix index 28b0c1c6..e03a78b1 100644 --- a/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix +++ b/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix @@ -21,8 +21,10 @@ final: prev: let super.${attrName}.overrideAttrs (old: { meta = old.meta // {inherit license;}; })) (with lib.licenses; { - # There is no license specified - debugprint-nvim = [unfree]; + /* + * Example: + * plugin-name = [] + */ }); in { vimExtraPlugins = prev.vimExtraPlugins.extend (lib.composeManyExtensions [ 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 @@ -4,22 +4,6 @@ fetchurl, 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 */ 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 | -- cgit 1.4.1