1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

vimPlugins.vim-concourse: init at 2016-11-21

This commit is contained in:
Ari Becker 2021-03-17 17:10:12 +02:00
parent 8e1891d5b8
commit d7d241b2d3
No known key found for this signature in database
GPG key ID: E9D19CF363248392
2 changed files with 13 additions and 0 deletions

View file

@ -5186,6 +5186,18 @@ let
meta.homepage = "https://github.com/tpope/vim-commentary/";
};
vim-concourse = buildVimPluginFrom2Nix {
pname = "vim-concourse";
version = "2016-11-21";
src = fetchFromGitHub {
owner = "luan";
repo = "vim-concourse";
rev = "7f61ca5d291fddd6d7ff04b03bf347f04bfe4344";
sha256 = "0ilf7r0lwx8f7shqxbs9av3gsnary8nbh3xhrfzwsivh8psi7qf6";
};
meta.homepage = "https://github.com/luan/vim-concourse/";
};
vim-cool = buildVimPluginFrom2Nix {
pname = "vim-cool";
version = "2020-04-18";

View file

@ -301,6 +301,7 @@ liuchengxu/vim-which-key
liuchengxu/vista.vim
LnL7/vim-nix
lotabout/skim.vim
luan/vim-concourse
LucHermitte/lh-brackets
LucHermitte/lh-vim-lib
ludovicchabant/vim-gutentags