mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
vimPlugins.darcubox-nvim: init at 2025-06-03 (#414809)
This commit is contained in:
commit
deb104f988
2 changed files with 14 additions and 0 deletions
|
@ -3625,6 +3625,19 @@ final: prev: {
|
||||||
meta.hydraPlatforms = [ ];
|
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 {
|
darkearth-nvim = buildVimPlugin {
|
||||||
pname = "darkearth-nvim";
|
pname = "darkearth-nvim";
|
||||||
version = "2025-04-27";
|
version = "2025-04-27";
|
||||||
|
|
|
@ -277,6 +277,7 @@ https://github.com/amiorin/ctrlp-z/,,
|
||||||
https://github.com/ctrlpvim/ctrlp.vim/,,
|
https://github.com/ctrlpvim/ctrlp.vim/,,
|
||||||
https://github.com/scottmckendry/cyberdream.nvim/,,
|
https://github.com/scottmckendry/cyberdream.nvim/,,
|
||||||
https://github.com/JachymPutta/dailies.nvim/,HEAD,
|
https://github.com/JachymPutta/dailies.nvim/,HEAD,
|
||||||
|
https://github.com/Koalhack/darcubox-nvim/,HEAD,
|
||||||
https://github.com/ptdewey/darkearth-nvim/,HEAD,
|
https://github.com/ptdewey/darkearth-nvim/,HEAD,
|
||||||
https://github.com/dart-lang/dart-vim-plugin/,,
|
https://github.com/dart-lang/dart-vim-plugin/,,
|
||||||
https://github.com/rizzatti/dash.vim/,HEAD,
|
https://github.com/rizzatti/dash.vim/,HEAD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue