diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 14:32:27 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-03-31 14:32:27 +0200 |
commit | ed7690259a30db4fc7febd4aa1507fddf710d942 (patch) | |
tree | 1445413aed653a4765b301454c609227e5dc7e17 /sys | |
parent | feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controller (diff) | |
download | nixos-config-ed7690259a30db4fc7febd4aa1507fddf710d942.tar.gz nixos-config-ed7690259a30db4fc7febd4aa1507fddf710d942.zip |
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.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix | 6 | ||||
-rw-r--r-- | sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix | 16 | ||||
-rw-r--r-- | sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt | 1 | ||||
-rw-r--r-- | sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md | 9 |
4 files changed, 8 insertions, 24 deletions
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 = [<licenses>] + */ }); 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 @@ -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 | |