about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/generated.nix
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-14 09:18:19 +0200
committerGitHub <noreply@github.com>2024-06-14 09:18:19 +0200
commite2d8ee16d69bd7c223be8cb4a4beb7e7105d709e (patch)
tree38ae572c415f05edeaa0f39b6cfdae75d8117fe1 /pkgs/applications/editors/vim/plugins/generated.nix
parenta39f2ddb37b64b1d60a13c804227977d738034c4 (diff)
parentcd7e46a408a3f8f779e34979392e135ffc4359ed (diff)
Merge pull request #316142 from PowerUser64/git-prompt-string-lualine.nvim
vimPlugins.git-prompt-string-lualine-nvim: init at 2024-04-22
Diffstat (limited to 'pkgs/applications/editors/vim/plugins/generated.nix')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 24d9b84a78cbd..bdaf63c658d42 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -17469,4 +17469,17 @@ final: prev:
   };
 
 
+  git-prompt-string-lualine-nvim = buildVimPlugin {
+    pname = "git-prompt-string-lualine-nvim";
+    version = "2024-04-22";
+    src = fetchFromGitHub {
+      owner = "mikesmithgh";
+      repo = "git-prompt-string-lualine.nvim";
+      rev = "5426ce15462abe4faf5cd76db7476b2686120fe9";
+      sha256 = "sha256-BM1AEpIcOd5nr4N/ZoxK9NodiUbUuY9hw7n/wRTXzzk=";
+    };
+    meta.homepage = "https://github.com/mikesmithgh/git-prompt-string-lualine.nvim";
+  };
+
+
 }