vim-plugins/vim-textobj-multiblock: init
This commit is contained in:
parent
cee0a1c1a1
commit
d718644baf
@ -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
|
vim-watchdogs = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-watchdogs-2017-12-03";
|
name = "vim-watchdogs-2017-12-03";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -242,6 +242,7 @@
|
|||||||
"github:elzr/vim-json"
|
"github:elzr/vim-json"
|
||||||
"github:rhysd/vim-operator-surround"
|
"github:rhysd/vim-operator-surround"
|
||||||
"github:chikatoike/concealedyank.vim"
|
"github:chikatoike/concealedyank.vim"
|
||||||
|
"github:osyo-manga/vim-textobj-multiblock"
|
||||||
"github:cespare/vim-toml"
|
"github:cespare/vim-toml"
|
||||||
"github:ehamberg/vim-cute-python.git"
|
"github:ehamberg/vim-cute-python.git"
|
||||||
"github:mhinz/vim-grepper.git"
|
"github:mhinz/vim-grepper.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user