vim-plugins/concealedyank: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:56:58 +01:00
parent edeeae7b5c
commit e55ffc0c3e
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -107,6 +107,7 @@ rec {
webapi-vim = WebAPI;
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
yankring = YankRing;
concealedyank = concealedyank-vim;
vim-grepper = vim-grepper-git;
peskcolor = peskcolor-vim-git;
mayansmoke = mayansmoke-git;
@ -691,6 +692,17 @@ rec {
};
concealedyank-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "concealedyank-vim-2013-03-24";
src = fetchgit {
url = "https://github.com/chikatoike/concealedyank.vim";
rev = "e7e65a395e0e6a266f3a808bc07441aa7d03ebbd";
sha256 = "0z7i8dmwfjh6mcrmgrxv3j86ic867617fas9mv4gqsrhhvrrkzsb";
};
dependencies = [];
};
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-sort-motion-2017-10-03";
src = fetchgit {

View File

@ -240,6 +240,7 @@
"xterm-color-table"
"zeavim"
"github:rhysd/vim-operator-surround"
"github:chikatoike/concealedyank.vim"
"github:cespare/vim-toml"
"github:mhinz/vim-grepper.git"
"github:andsild/peskcolor.vim.git"