vimPlugins.vim-textobj-user: init at 2018-11-19

This commit is contained in:
Paul Reimer 2019-07-01 17:13:38 -07:00
parent cb81314ea0
commit 926cac85cd
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -3951,6 +3951,17 @@ let
};
};
vim-textobj-user = buildVimPluginFrom2Nix {
pname = "vim-textobj-user";
version = "2018-11-19";
src = fetchFromGitHub {
owner = "kana";
repo = "vim-textobj-user";
rev = "074ce2575543f790290b189860597a3dcac1f79d";
sha256 = "15wnqkxjjksgn8a7d3lkbf8d97r4w159bajrcf1adpxw8hhli1vc";
};
};
vim-themis = buildVimPluginFrom2Nix {
pname = "vim-themis";
version = "2019-03-26";

View File

@ -147,6 +147,7 @@ kana/vim-operator-replace
kana/vim-operator-user
kana/vim-tabpagecd
kana/vim-textobj-function
kana/vim-textobj-user
kassio/neoterm
kchmck/vim-coffee-script
KeitaNakamura/neodark.vim