vimPlugins.tcomment_vim: init at 2019-04-28

wip/yesman
Paul Reimer 5 years ago
parent c48441a07a
commit 63738a0e1b
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

@ -1937,6 +1937,17 @@ let
};
};
tcomment_vim = buildVimPluginFrom2Nix {
pname = "tcomment_vim";
version = "2019-04-28";
src = fetchFromGitHub {
owner = "tomtom";
repo = "tcomment_vim";
rev = "622cc0551bef87a3dfb2846cb339412eeb8ef133";
sha256 = "0zd23520hn5lflcz2jpi22x13kvmy6ry7qqzbi438xyw4j4gwpfs";
};
};
tender-vim = buildVimPluginFrom2Nix {
pname = "tender-vim";
version = "2019-06-15";

@ -327,6 +327,7 @@ thosakwe/vim-flutter
tomasr/molokai
tomlion/vim-solidity
tommcdo/vim-lion
tomtom/tcomment_vim
tomtom/tlib_vim
tpope/vim-abolish
tpope/vim-commentary

Loading…
Cancel
Save