vimPlugins.vim-hypr-nav: init at 0-unstable-2023-11-29

https://github.com/nuchs/vim-hypr-nav
This commit is contained in:
bileamScheuvens
2026-03-02 18:11:22 +01:00
parent 6db4155f5a
commit e7e267b102
3 changed files with 18 additions and 0 deletions
@@ -19247,6 +19247,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
vim-hypr-nav = buildVimPlugin {
pname = "vim-hypr-nav";
version = "0-unstable-2023-11-29";
src = fetchFromGitHub {
owner = "nuchs";
repo = "vim-hypr-nav";
rev = "6ab4865a7eb5aad35305298815a4563c9d48556a";
hash = "sha256-V4a9D3HpT1SZUrUc1XrC6SsrtKmIcFxdSVmq0Gwt/Ik=";
};
meta.homepage = "https://github.com/nuchs/vim-hypr-nav/";
meta.hydraPlatforms = [ ];
};
vim-iced-coffee-script = buildVimPlugin {
pname = "vim-iced-coffee-script";
version = "0-unstable-2013-12-26";
@@ -4124,6 +4124,10 @@ assertNoAdditions {
buildInputs = [ vim ];
};
vim-hypr-nav = super.vim-hypr-nav.overrideAttrs {
runtimeDeps = [ jq ];
};
vim-isort = super.vim-isort.overrideAttrs {
postPatch = ''
substituteInPlace autoload/vimisort.vim \
@@ -1478,6 +1478,7 @@ https://github.com/vim-utils/vim-husk/,,
https://github.com/hylang/vim-hy/,HEAD,
https://github.com/w0ng/vim-hybrid/,,
https://github.com/kristijanhusak/vim-hybrid-material/,,
https://github.com/nuchs/vim-hypr-nav/,HEAD,
https://github.com/noc7c9/vim-iced-coffee-script/,,
https://github.com/RRethy/vim-illuminate/,,
https://github.com/preservim/vim-indent-guides/,,