mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
vimPlugins.vim-gh-line: init at 2021-03-25
This commit is contained in:
parent
6b6a24e988
commit
4d97e027b1
@ -7096,6 +7096,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/tpope/vim-fugitive/";
|
||||
};
|
||||
|
||||
vim-gh-line = buildVimPluginFrom2Nix {
|
||||
pname = "vim-gh-line";
|
||||
version = "2021-03-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ruanyl";
|
||||
repo = "vim-gh-line";
|
||||
rev = "4ca32f57f5f95cd3436c3f9ee7657a9b9c0ca763";
|
||||
sha256 = "0pfw8jvmxwhdvjcfypiqk2jlk5plqbigjmykbqs1zvaznc2b7z5v";
|
||||
};
|
||||
meta.homepage = "https://github.com/ruanyl/vim-gh-line/";
|
||||
};
|
||||
|
||||
vim-ghost = buildVimPluginFrom2Nix {
|
||||
pname = "vim-ghost";
|
||||
version = "2020-06-19";
|
||||
|
@ -610,6 +610,7 @@ RRethy/nvim-base16
|
||||
RRethy/vim-hexokinase
|
||||
RRethy/vim-illuminate
|
||||
rstacruz/vim-closer
|
||||
ruanyl/vim-gh-line
|
||||
ruifm/gitlinker.nvim
|
||||
rust-lang/rust.vim
|
||||
ryanoasis/vim-devicons
|
||||
|
Loading…
Reference in New Issue
Block a user