vimPlugins.darcubox-nvim: init at 2025-06-03 (#414809)

This commit is contained in:
Gaétan Lepage 2025-06-08 00:28:57 +02:00 committed by GitHub
commit deb104f988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

View file

@ -3625,6 +3625,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
darcubox-nvim = buildVimPlugin {
pname = "darcubox-nvim";
version = "2025-06-03";
src = fetchFromGitHub {
owner = "Koalhack";
repo = "darcubox-nvim";
rev = "59754cb99fee640da1b64730a17476593af92fd3";
sha256 = "1xbpisq980hkdybjkd2pxdz8ghhk1a4y33ygpgi311rzx1ijapgs";
};
meta.homepage = "https://github.com/Koalhack/darcubox-nvim/";
meta.hydraPlatforms = [ ];
};
darkearth-nvim = buildVimPlugin {
pname = "darkearth-nvim";
version = "2025-04-27";

View file

@ -277,6 +277,7 @@ https://github.com/amiorin/ctrlp-z/,,
https://github.com/ctrlpvim/ctrlp.vim/,,
https://github.com/scottmckendry/cyberdream.nvim/,,
https://github.com/JachymPutta/dailies.nvim/,HEAD,
https://github.com/Koalhack/darcubox-nvim/,HEAD,
https://github.com/ptdewey/darkearth-nvim/,HEAD,
https://github.com/dart-lang/dart-vim-plugin/,,
https://github.com/rizzatti/dash.vim/,HEAD,