vim-plugins/concealedyank: init
This commit is contained in:
parent
edeeae7b5c
commit
e55ffc0c3e
@ -107,6 +107,7 @@ rec {
|
|||||||
webapi-vim = WebAPI;
|
webapi-vim = WebAPI;
|
||||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||||
yankring = YankRing;
|
yankring = YankRing;
|
||||||
|
concealedyank = concealedyank-vim;
|
||||||
vim-grepper = vim-grepper-git;
|
vim-grepper = vim-grepper-git;
|
||||||
peskcolor = peskcolor-vim-git;
|
peskcolor = peskcolor-vim-git;
|
||||||
mayansmoke = mayansmoke-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
|
vim-sort-motion = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-sort-motion-2017-10-03";
|
name = "vim-sort-motion-2017-10-03";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -240,6 +240,7 @@
|
|||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
"github:rhysd/vim-operator-surround"
|
"github:rhysd/vim-operator-surround"
|
||||||
|
"github:chikatoike/concealedyank.vim"
|
||||||
"github:cespare/vim-toml"
|
"github:cespare/vim-toml"
|
||||||
"github:mhinz/vim-grepper.git"
|
"github:mhinz/vim-grepper.git"
|
||||||
"github:andsild/peskcolor.vim.git"
|
"github:andsild/peskcolor.vim.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user