vim-plugins/vim-textobj-multiblock: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:34:32 +01:00
parent cee0a1c1a1
commit d718644baf
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -1559,6 +1559,17 @@ rec {
};
vim-textobj-multiblock = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-textobj-multiblock-2014-06-02";
src = fetchgit {
url = "https://github.com/osyo-manga/vim-textobj-multiblock";
rev = "670a5ba57d73fcd793f480e262617c6eb0103355";
sha256 = "1s71hdr73cl8yg9mrdflvzrdccpiv7qrlainai7gqw30r1hfhfzf";
};
dependencies = [];
};
vim-watchdogs = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-watchdogs-2017-12-03";
src = fetchgit {

View File

@ -242,6 +242,7 @@
"github:elzr/vim-json"
"github:rhysd/vim-operator-surround"
"github:chikatoike/concealedyank.vim"
"github:osyo-manga/vim-textobj-multiblock"
"github:cespare/vim-toml"
"github:ehamberg/vim-cute-python.git"
"github:mhinz/vim-grepper.git"