vimPlugins.earthly-vim: init at 2024-04-02 (#340732)

This commit is contained in:
Gaétan Lepage 2024-09-20 23:05:09 +02:00 committed by GitHub
commit aa63a434d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -3536,6 +3536,18 @@ final: prev:
meta.homepage = "https://github.com/Bekaboo/dropbar.nvim/";
};
earthly-vim = buildVimPlugin {
pname = "earthly.vim";
version = "2024-04-02";
src = fetchFromGitHub {
owner = "earthly";
repo = "earthly.vim";
rev = "cb0440a357a09fb9234ece56a6b09e04d25c1b1d";
sha256 = "038g9sjik2jn5la06k7i5xfnzc28faibskn2fikgrxwlx240c8wv";
};
meta.homepage = "https://github.com/earthly/earthly.vim/";
};
echodoc-vim = buildVimPlugin {
pname = "echodoc.vim";
version = "2022-11-27";

View File

@ -294,6 +294,7 @@ https://github.com/NTBBloodbath/doom-one.nvim/,,
https://github.com/Mofiqul/dracula.nvim/,HEAD,
https://github.com/stevearc/dressing.nvim/,,
https://github.com/Bekaboo/dropbar.nvim/,HEAD,
https://github.com/earthly/earthly.vim/,HEAD,
https://github.com/Shougo/echodoc.vim/,,
https://github.com/sainnhe/edge/,,
https://github.com/edgedb/edgedb-vim/,,