3
0
Fork 0
forked from mirrors/nixpkgs

vim-plugins: add vim-highlightedyank

This commit is contained in:
Evan Danaher 2017-02-03 08:27:19 -05:00 committed by Evan Danaher
parent dea81956fc
commit 127c299efc
2 changed files with 12 additions and 0 deletions

View file

@ -281,6 +281,17 @@ rec {
sourceRoot = ".";
};
vim-highlightedyank = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-highlightedyank-2017-01-04";
src = fetchgit {
url = "git://github.com/machakann/vim-highlightedyank";
rev = "17327fd1072ac15a30f596a2fc0b6cef122e0640";
sha256 = "08rc1br8npvkxxh3jn9hmn4yh4nlxy04c8nwyrnpndhw05kca33a";
};
dependencies = [];
};
alchemist-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "alchemist.vim-2017-01-02";
src = fetchgit {

View file

@ -75,6 +75,7 @@
"github:lokaltog/vim-easymotion"
"github:luochen1990/rainbow"
"github:lyokha/vim-xkbswitch"
"github:machakann/vim-highlightedyank"
"github:mhinz/vim-startify"
"github:mkasa/lushtags"
"github:mpickering/hlint-refactor-vim"