vimPlugins.dailies-nvim: init at 2025-04-15 (#400577)
This commit is contained in:
@@ -3508,6 +3508,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
dailies-nvim = buildVimPlugin {
|
||||
pname = "dailies.nvim";
|
||||
version = "2025-04-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "JachymPutta";
|
||||
repo = "dailies.nvim";
|
||||
rev = "4507da852e8166f35598409656166629141e1d8c";
|
||||
sha256 = "1mk29mh6d2h6680yspd773jhwc87ajfb271cm8xyqnp1rgvml7m7";
|
||||
};
|
||||
meta.homepage = "https://github.com/JachymPutta/dailies.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
darkearth-nvim = buildVimPlugin {
|
||||
pname = "darkearth-nvim";
|
||||
version = "2025-03-28";
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
python3,
|
||||
# Misc dependencies
|
||||
code-minimap,
|
||||
dailies,
|
||||
dasht,
|
||||
deno,
|
||||
direnv,
|
||||
@@ -890,6 +891,12 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
dailies-nvim = super.dailies-nvim.overrideAttrs {
|
||||
runtimeDeps = [
|
||||
dailies
|
||||
];
|
||||
};
|
||||
|
||||
darkearth-nvim = super.darkearth-nvim.overrideAttrs {
|
||||
dependencies = [ self.lush-nvim ];
|
||||
# Lua module used to build theme
|
||||
|
||||
@@ -268,6 +268,7 @@ https://github.com/FelikZ/ctrlp-py-matcher/,,
|
||||
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/ptdewey/darkearth-nvim/,HEAD,
|
||||
https://github.com/dart-lang/dart-vim-plugin/,,
|
||||
https://github.com/rizzatti/dash.vim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user