vimPlugins.vim-hypr-nav: init at 0-unstable-2023-11-29 (#495896)

This commit is contained in:
Gaétan Lepage
2026-03-03 00:17:51 +00:00
committed by GitHub
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/,,