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

wip/yesman
Paul Reimer 5 years ago
parent cb81314ea0
commit 926cac85cd
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
  1. 11
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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";

@ -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

Loading…
Cancel
Save