vimPlugins.nidhogg-nvim: init at 0-unstable-2026-01-11 (#480024)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
buildVimPlugin,
|
||||
buildNeovimPlugin,
|
||||
fetchFromGitHub,
|
||||
fetchFromGitea,
|
||||
}:
|
||||
|
||||
final: prev: {
|
||||
@@ -10503,6 +10504,20 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nidhogg-nvim = buildVimPlugin {
|
||||
pname = "nidhogg.nvim";
|
||||
version = "0-unstable-2026-01-11";
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "koibtw";
|
||||
repo = "nidhogg.nvim";
|
||||
rev = "a8c72aa204f68d5bd79a2508fbbed7b0ad2290cf";
|
||||
hash = "sha256-x8CryNcg3u5uCncCMTgK7yzCvk5MiomjKpdjNEoCQu4=";
|
||||
};
|
||||
meta.homepage = "https://codeberg.org/koibtw/nidhogg.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
night-owl-nvim = buildVimPlugin {
|
||||
pname = "night-owl.nvim";
|
||||
version = "0.5-beta-unstable-2024-09-12";
|
||||
|
||||
@@ -806,6 +806,7 @@ https://github.com/fiatjaf/neuron.vim/,,
|
||||
https://github.com/Olical/nfnl/,main,
|
||||
https://github.com/joeveiga/ng.nvim/,HEAD,
|
||||
https://github.com/chr4/nginx.vim/,,
|
||||
https://codeberg.org/koibtw/nidhogg.nvim,HEAD,
|
||||
https://github.com/oxfist/night-owl.nvim/,,
|
||||
https://github.com/bluz71/vim-nightfly-colors/,,nightfly
|
||||
https://github.com/EdenEast/nightfox.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user