Merge pull request #116602 from jlesquembre/vim-flog
vimPlugins.vim-flog: init at 2021-03-16
This commit is contained in:
commit
968a9366de
@ -5714,6 +5714,18 @@ let
|
|||||||
meta.homepage = "https://github.com/voldikss/vim-floaterm/";
|
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 {
|
vim-flutter = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-flutter";
|
pname = "vim-flutter";
|
||||||
version = "2020-09-14";
|
version = "2020-09-14";
|
||||||
|
@ -485,6 +485,7 @@ raghur/vim-ghost
|
|||||||
Raimondi/delimitMate
|
Raimondi/delimitMate
|
||||||
rakr/vim-one
|
rakr/vim-one
|
||||||
rbgrouleff/bclose.vim
|
rbgrouleff/bclose.vim
|
||||||
|
rbong/vim-flog
|
||||||
reedes/vim-pencil
|
reedes/vim-pencil
|
||||||
reedes/vim-wordy
|
reedes/vim-wordy
|
||||||
rhysd/committia.vim
|
rhysd/committia.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user