3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins/committia: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:45:53 +01:00
parent 7ee75b8cf4
commit 5f93dc5918
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View file

@ -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 {

View file

@ -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"