vim-plugins/committia: init
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user