vimPlugins.ecolog-nvim: init at 2025-04-23 (#401307)

This commit is contained in:
Gaétan Lepage 2025-04-24 09:45:59 +02:00 committed by GitHub
commit 049be2cf6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View File

@ -4355,6 +4355,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
ecolog-nvim = buildVimPlugin {
pname = "ecolog.nvim";
version = "2025-04-23";
src = fetchFromGitHub {
owner = "t3ntxcl3s";
repo = "ecolog.nvim";
rev = "cfd19e7a8841c538fdb706ee6ba3a22943d45ca6";
sha256 = "12mlhmzqgv45v98gi5jvqkn9bkl6nfixlgvb76b6ci6rzdkyxg52";
};
meta.homepage = "https://github.com/t3ntxcl3s/ecolog.nvim/";
meta.hydraPlatforms = [ ];
};
edge = buildVimPlugin {
pname = "edge";
version = "2025-04-16";

View File

@ -333,6 +333,7 @@ https://github.com/Bekaboo/dropbar.nvim/,HEAD,
https://github.com/earthly/earthly.vim/,HEAD,
https://github.com/GustavEikaas/easy-dotnet.nvim/,HEAD,
https://github.com/Shougo/echodoc.vim/,,
https://github.com/t3ntxcl3s/ecolog.nvim/,HEAD,
https://github.com/sainnhe/edge/,,
https://github.com/geldata/edgedb-vim/,,
https://github.com/folke/edgy.nvim/,HEAD,