mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
vim-plugins/committia: init
This commit is contained in:
parent
7ee75b8cf4
commit
5f93dc5918
|
@ -110,6 +110,7 @@ rec {
|
||||||
concealedyank = concealedyank-vim;
|
concealedyank = concealedyank-vim;
|
||||||
cute-python = vim-cute-python-git;
|
cute-python = vim-cute-python-git;
|
||||||
vim-grepper = vim-grepper-git;
|
vim-grepper = vim-grepper-git;
|
||||||
|
committia = committia-vim-git;
|
||||||
vim-test = vim-test-git;
|
vim-test = vim-test-git;
|
||||||
peskcolor = peskcolor-vim-git;
|
peskcolor = peskcolor-vim-git;
|
||||||
mayansmoke = mayansmoke-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
|
vim-grammarous = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-grammarous-2017-08-25";
|
name = "vim-grammarous-2017-08-25";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -248,6 +248,7 @@
|
||||||
"github:osyo-manga/vim-textobj-multiblock"
|
"github:osyo-manga/vim-textobj-multiblock"
|
||||||
"github:cespare/vim-toml"
|
"github:cespare/vim-toml"
|
||||||
"github:ehamberg/vim-cute-python.git"
|
"github:ehamberg/vim-cute-python.git"
|
||||||
|
"github:rhysd/committia.vim.git"
|
||||||
"github:mhinz/vim-grepper.git"
|
"github:mhinz/vim-grepper.git"
|
||||||
"github:janko-m/vim-test.git"
|
"github:janko-m/vim-test.git"
|
||||||
"github:andsild/peskcolor.vim.git"
|
"github:andsild/peskcolor.vim.git"
|
||||||
|
|
Loading…
Reference in a new issue