vim-plugins/vim-textobj-user: init

This commit is contained in:
Anders Sildnes 2018-01-25 15:59:42 +01:00
parent b0864c33e3
commit d8311b87c2
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -1308,6 +1308,17 @@ rec {
};
vim-textobj-user = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-textobj-user-2017-09-28";
src = fetchgit {
url = "https://github.com/kana/vim-textobj-user";
rev = "e231b65797b5765b3ee862d71077e9bd56f3ca3e";
sha256 = "0zsgr2cn8s42d7jllnxw2cvqkl27lc921d1mkph7ny7jgnghaay9";
};
dependencies = [];
};
latex-box = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "latex-box-2015-06-01";
src = fetchgit {

View file

@ -249,6 +249,7 @@
"github:kana/vim-operator-user"
"github:kana/vim-niceblock"
"github:kana/vim-operator-replace"
"github:kana/vim-textobj-user"
"github:rhysd/vim-operator-surround"
"github:chikatoike/concealedyank.vim"
"github:osyo-manga/vim-textobj-multiblock"