vimPlugins.tcomment_vim: init at 2019-04-28
This commit is contained in:
parent
c48441a07a
commit
63738a0e1b
@ -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 {
|
tender-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "tender-vim";
|
pname = "tender-vim";
|
||||||
version = "2019-06-15";
|
version = "2019-06-15";
|
||||||
|
@ -327,6 +327,7 @@ thosakwe/vim-flutter
|
|||||||
tomasr/molokai
|
tomasr/molokai
|
||||||
tomlion/vim-solidity
|
tomlion/vim-solidity
|
||||||
tommcdo/vim-lion
|
tommcdo/vim-lion
|
||||||
|
tomtom/tcomment_vim
|
||||||
tomtom/tlib_vim
|
tomtom/tlib_vim
|
||||||
tpope/vim-abolish
|
tpope/vim-abolish
|
||||||
tpope/vim-commentary
|
tpope/vim-commentary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user