vimPlugins.eldritch-nvim: init at 0-unstable-2026-05-12

https://github.com/eldritch-theme/eldritch.nvim
This commit is contained in:
neonvoidx
2026-05-29 08:56:09 -04:00
parent dd73bc6395
commit e9ec1bed3c
4 changed files with 28 additions and 0 deletions

View File

@@ -19427,6 +19427,12 @@
name = "neo";
email = "chojs990222@gmail.com";
};
neonvoid = {
email = "me@neonvoid.dev";
github = "neonvoidx";
githubId = 25580051;
name = "neonvoid";
};
neosimsim = {
email = "me@abn.sh";
github = "neosimsim";

View File

@@ -5544,6 +5544,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
eldritch-nvim = buildVimPlugin {
pname = "eldritch.nvim";
version = "0-unstable-2026-05-12";
src = fetchFromGitHub {
owner = "eldritch-theme";
repo = "eldritch.nvim";
rev = "c9131a5a11f00a2f428f563a4eb2c4aeb680d963";
hash = "sha256-7gK3a2zwQqDgdfeIMfsSHyMIEa4oVBwDAKYHaFqyBFw=";
};
meta.homepage = "https://github.com/eldritch-theme/eldritch.nvim/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
elixir-tools-nvim = buildVimPlugin {
pname = "elixir-tools.nvim";
version = "0.18.0";

View File

@@ -1420,6 +1420,13 @@ assertNoAdditions {
dependencies = [ self.nvim-lspconfig ];
};
eldritch-nvim = super.eldritch-nvim.overrideAttrs (old: {
meta = old.meta // {
description = "A theme for the Ancient Ones! (NVIM)";
maintainers = with lib.maintainers; [ neonvoid ];
};
});
elixir-tools-nvim = super.elixir-tools-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
fixupPhase = ''

View File

@@ -394,6 +394,7 @@ https://github.com/folke/edgy.nvim/,,
https://github.com/editorconfig/editorconfig-vim/,,
https://github.com/gpanders/editorconfig.nvim/,,
https://github.com/creativenull/efmls-configs-nvim/,,
https://github.com/eldritch-theme/eldritch.nvim/,,
https://github.com/elixir-tools/elixir-tools.nvim/,,
https://github.com/elmcast/elm-vim/,,
https://github.com/dmix/elvish.vim/,,