mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
vimPlugins.eldritch-nvim: init at 0-unstable-2026-05-12
https://github.com/eldritch-theme/eldritch.nvim
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user