Skip to content

Commit

Permalink
vimPlugins.earthly-vim: init at 2024-04-02 (NixOS#340732)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Sep 20, 2024
2 parents c3c2953 + 727404b commit aa63a43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit aa63a43

Please sign in to comment.