From cd7e46a408a3f8f779e34979392e135ffc4359ed Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 10 Jun 2024 15:25:28 -0700 Subject: vimPlugins.git-prompt-string-lualine-nvim: init at 2024-04-22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GaƩtan Lepage --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pkgs/applications/editors/vim/plugins/generated.nix') diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 803b5b1211f1f..2a7ca2d110d00 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -17418,4 +17418,17 @@ final: prev: meta.homepage = "https://github.com/tzachar/cmp-ai/"; }; + 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"; + }; + + } -- cgit 1.4.1