vimPlugins.vim-flutter: init at 2019-06-23

This commit is contained in:
Paul Reimer 2019-07-01 17:14:58 -07:00
parent 3c4c2d718c
commit c48441a07a
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -2806,6 +2806,17 @@ let
};
};
vim-flutter = buildVimPluginFrom2Nix {
pname = "vim-flutter";
version = "2019-06-23";
src = fetchFromGitHub {
owner = "thosakwe";
repo = "vim-flutter";
rev = "8d7a9158cca84c4ea2a5ebc066607652fab7a9e8";
sha256 = "0kjr7nlqkkzlvh6p9j996bbcgd0frakla591y4ln12qwa7ys0gd1";
};
};
vim-ft-diff_fold = buildVimPluginFrom2Nix {
pname = "vim-ft-diff_fold";
version = "2013-02-10";

View File

@ -323,6 +323,7 @@ thinca/vim-quickrun
thinca/vim-scouter
thinca/vim-themis
thinca/vim-visualstar
thosakwe/vim-flutter
tomasr/molokai
tomlion/vim-solidity
tommcdo/vim-lion