vim-plugins/concealedyank: init
This commit is contained in:
parent
edeeae7b5c
commit
e55ffc0c3e
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user