about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/generated.nix
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.dev>2024-06-08 15:49:12 +0200
committerJosé Luis Lafuente <jl@lafuente.dev>2024-06-08 15:51:58 +0200
commit4ec4b3039d26e6f978a52d53ca86a32adf04f723 (patch)
treee720ac8b1d29967d8d242ad24969e28bfb252945 /pkgs/applications/editors/vim/plugins/generated.nix
parent6e7ff76ec8aba4e5630a3c1b0725589dab64c1ea (diff)
vimPlugins.parpar-nvim: init at 2023-09-12
Diffstat (limited to 'pkgs/applications/editors/vim/plugins/generated.nix')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
1 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 e648f927e5655..3970807ac41e3 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -8966,6 +8966,18 @@ final: prev:
     meta.homepage = "https://github.com/NLKNguyen/papercolor-theme/";
   };
 
+  parpar-nvim = buildVimPlugin {
+    pname = "parpar-nvim";
+    version = "2023-09-12";
+    src = fetchFromGitHub {
+      owner = "dundalek";
+      repo = "parpar.nvim";
+      rev = "e99a88f0f0b1234f49a3efe9c49b712b58a5acfc";
+      sha256 = "09y0q4shgi8a88z42lrkh41ay64yhb7050rlc3b6r2lk6k72xdqz";
+    };
+    meta.homepage = "https://github.com/dundalek/parpar.nvim/";
+  };
+
   pear-tree = buildVimPlugin {
     pname = "pear-tree";
     version = "2019-12-08";