about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-21 13:55:01 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-09-21 13:55:01 +0200
commit5e9866ef3e0c13a83cdafd0a779cc8396aa4711d (patch)
tree627eedc75ee8f710c0c6f46746863180029bcd50
parentbuild(flake): Update (diff)
downloadnixos-config-5e9866ef3e0c13a83cdafd0a779cc8396aa4711d.tar.gz
nixos-config-5e9866ef3e0c13a83cdafd0a779cc8396aa4711d.zip
fix(conf/nvim/plgs/harpoon): Use upstream harpoon plugin
-rw-r--r--modules/home/conf/nvim/plgs/harpoon/default.nix2
-rw-r--r--pkgs/by-name/vi/vimExtraPlugins/plugins/default.nix16
-rw-r--r--pkgs/by-name/vi/vimExtraPlugins/plugins/manifest.txt1
-rw-r--r--pkgs/by-name/vi/vimExtraPlugins/plugins/plugins.md3
4 files changed, 2 insertions, 20 deletions
diff --git a/modules/home/conf/nvim/plgs/harpoon/default.nix b/modules/home/conf/nvim/plgs/harpoon/default.nix
index fa275f1b..465f24f0 100644
--- a/modules/home/conf/nvim/plgs/harpoon/default.nix
+++ b/modules/home/conf/nvim/plgs/harpoon/default.nix
@@ -33,7 +33,7 @@ in {
   programs.nixvim = {
     plugins.harpoon = {
       enable = true;
-      package = pkgs.vimExtraPlugins.harpoon;
+      package = pkgs.vimPlugins.harpoon;
       enableTelescope = true;
       # menu.width = "vim.api.nvim_win_get_width(0) - 4"; # TODO: integrate that
       keymaps = {
diff --git a/pkgs/by-name/vi/vimExtraPlugins/plugins/default.nix b/pkgs/by-name/vi/vimExtraPlugins/plugins/default.nix
index f662fd9c..59c08c5e 100644
--- a/pkgs/by-name/vi/vimExtraPlugins/plugins/default.nix
+++ b/pkgs/by-name/vi/vimExtraPlugins/plugins/default.nix
@@ -5,22 +5,6 @@
   fetchgit,
 }: {
   /*
-  Generated from: ThePrimeagen/harpoon:master
-  */
-  harpoon = buildVimPlugin {
-    pname = "harpoon";
-    version = "2024-08-29";
-    src = fetchurl {
-      url = "https://github.com/ThePrimeagen/harpoon/archive/1bc17e3e42ea3c46b33c0bbad6a880792692a1b3.tar.gz";
-      sha256 = "1pzj8wgzskv2pq9576clisjazcgi0f8w1bmsfy6c3lr69qdcpkwi";
-    };
-    meta = with lib; {
-      description = "";
-      homepage = "https://github.com/ThePrimeagen/harpoon";
-      license = with licenses; [mit];
-    };
-  };
-  /*
   Generated from: lmburns/lf.nvim
   */
   lf-nvim = buildVimPlugin {
diff --git a/pkgs/by-name/vi/vimExtraPlugins/plugins/manifest.txt b/pkgs/by-name/vi/vimExtraPlugins/plugins/manifest.txt
index 615083c8..02333b9a 100644
--- a/pkgs/by-name/vi/vimExtraPlugins/plugins/manifest.txt
+++ b/pkgs/by-name/vi/vimExtraPlugins/plugins/manifest.txt
@@ -1,3 +1,2 @@
 lmburns/lf.nvim
 nvim-telescope/telescope-bibtex.nvim
-ThePrimeagen/harpoon:master
diff --git a/pkgs/by-name/vi/vimExtraPlugins/plugins/plugins.md b/pkgs/by-name/vi/vimExtraPlugins/plugins/plugins.md
index 3cfd9992..2b8dfcb6 100644
--- a/pkgs/by-name/vi/vimExtraPlugins/plugins/plugins.md
+++ b/pkgs/by-name/vi/vimExtraPlugins/plugins/plugins.md
@@ -1,7 +1,6 @@
- - Plugin count: 3
+- Plugin count: 2
 
 | Repo | Last Update | Nix package name | Last checked |
 |:---|:---|:---|:---|
-| [ThePrimeagen/harpoon:master](https://github.com/ThePrimeagen/harpoon) | 2024-08-29 | `harpoon` | 2024-09-21 |
 | [lmburns/lf.nvim](https://github.com/lmburns/lf.nvim) | 2023-10-03 | `lf-nvim` | 2024-09-21 |
 | [nvim-telescope/telescope-bibtex.nvim](https://github.com/nvim-telescope/telescope-bibtex.nvim) | 2024-03-28 | `telescope-bibtex-nvim` | 2024-09-21 |