about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@barrera.io>2022-07-11 21:13:51 +0200
committerMatthieu Coudron <teto@users.noreply.github.com>2022-07-31 18:47:05 +0200
commitac35f25d0d9f91e5cf37b4ec1a00471f431d89a5 (patch)
tree50ea5b44d5bee836261b9c54c513c470ab313364 /pkgs/applications/editors/vim
parentae5ce20224e56579c10aafb3f6d59a1da501624d (diff)
downloadnixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar.gz
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar.bz2
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar.lz
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar.xz
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.tar.zst
nixlib-ac35f25d0d9f91e5cf37b4ec1a00471f431d89a5.zip
vimPlugins.hare-vim: init at 2022-07-02
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix11
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 14ec64586bb5..38f9e8c10513 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -3346,6 +3346,17 @@ final: prev:
     meta.homepage = "https://github.com/junegunn/gv.vim/";
   };
 
+  hare-vim = buildVimPluginFrom2Nix {
+    pname = "hare.vim";
+    version = "2022-07-02";
+    src = fetchgit {
+            url = "https://git.sr.ht/~sircmpwn/hare.vim";
+            rev = "5c758cdbbabd6e4ba92bced9428cd1fa4212f003";
+            sha256 = "0l1q9x1n30h32zfnd2krg3frywydfmb8ic05619pylamnyh4w918";
+        };
+    meta.homepage = "https://git.sr.ht/~sircmpwn/hare.vim";
+  };
+
   harpoon = buildVimPluginFrom2Nix {
     pname = "harpoon";
     version = "2022-05-08";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index b75fa4b28011..cb7a8c114daa 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -280,6 +280,7 @@ https://github.com/sainnhe/gruvbox-material/,,
 https://github.com/ellisonleao/gruvbox.nvim/,,
 https://github.com/sjl/gundo.vim/,,
 https://github.com/junegunn/gv.vim/,,
+https://git.sr.ht/~sircmpwn/hare.vim,HEAD,
 https://github.com/ThePrimeagen/harpoon/,,
 https://github.com/neovimhaskell/haskell-vim/,,
 https://github.com/travitch/hasksyn/,,