mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
vimPlugins.earthly-vim: init at 2024-04-02 (#340732)
This commit is contained in:
commit
aa63a434d2
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user