mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
vimPlugins.git-prompt-string-lualine-nvim: init at 2024-04-22
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
This commit is contained in:
parent
bef4a000c2
commit
cd7e46a408
@ -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";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -343,6 +343,7 @@ https://github.com/lambdalisue/gina.vim/,,
|
||||
https://github.com/f-person/git-blame.nvim/,,
|
||||
https://github.com/akinsho/git-conflict.nvim/,HEAD,
|
||||
https://github.com/rhysd/git-messenger.vim/,,
|
||||
https://github.com/mikesmithgh/git-prompt-string-lualine.nvim/,HEAD,
|
||||
https://github.com/ThePrimeagen/git-worktree.nvim/,,
|
||||
https://github.com/wintermute-cell/gitignore.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/gitignore.vim/,,
|
||||
|
Loading…
Reference in New Issue
Block a user