forked from mirrors/nixpkgs
vim-plugins/committia: init
This commit is contained in:
parent
7ee75b8cf4
commit
5f93dc5918
|
@ -110,6 +110,7 @@ rec {
|
|||
concealedyank = concealedyank-vim;
|
||||
cute-python = vim-cute-python-git;
|
||||
vim-grepper = vim-grepper-git;
|
||||
committia = committia-vim-git;
|
||||
vim-test = vim-test-git;
|
||||
peskcolor = peskcolor-vim-git;
|
||||
mayansmoke = mayansmoke-git;
|
||||
|
@ -1669,6 +1670,17 @@ rec {
|
|||
|
||||
};
|
||||
|
||||
committia-vim-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "committia-vim-git-2017-12-04";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/rhysd/committia.vim.git";
|
||||
rev = "51aec02e5ab07c89fa5d5445cfe3a8e0098bec27";
|
||||
sha256 = "08nqncgnmbvhnn850s6hhp6p6scqg2iiwrl9air952yh9pl91h84";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-grammarous-2017-08-25";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -248,6 +248,7 @@
|
|||
"github:osyo-manga/vim-textobj-multiblock"
|
||||
"github:cespare/vim-toml"
|
||||
"github:ehamberg/vim-cute-python.git"
|
||||
"github:rhysd/committia.vim.git"
|
||||
"github:mhinz/vim-grepper.git"
|
||||
"github:janko-m/vim-test.git"
|
||||
"github:andsild/peskcolor.vim.git"
|
||||
|
|
Loading…
Reference in a new issue