vim-plugins/vim-textobj-multiblock: init
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user