Merge pull request #116602 from jlesquembre/vim-flog

vimPlugins.vim-flog: init at 2021-03-16
This commit is contained in:
Sandro 2021-03-17 20:35:34 +01:00 committed by GitHub
commit 968a9366de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -5714,6 +5714,18 @@ let
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
};
vim-flog = buildVimPluginFrom2Nix {
pname = "vim-flog";
version = "2021-03-16";
src = fetchFromGitHub {
owner = "rbong";
repo = "vim-flog";
rev = "904b964eb0f878e44f47d39898e72fc0b939756b";
sha256 = "07x8xafcvpg6dgxlvmf46gh7a9xvnrxj7i326q73g3yfh5xpma6c";
};
meta.homepage = "https://github.com/rbong/vim-flog/";
};
vim-flutter = buildVimPluginFrom2Nix {
pname = "vim-flutter";
version = "2020-09-14";

View File

@ -485,6 +485,7 @@ raghur/vim-ghost
Raimondi/delimitMate
rakr/vim-one
rbgrouleff/bclose.vim
rbong/vim-flog
reedes/vim-pencil
reedes/vim-wordy
rhysd/committia.vim