vimPlugins.guh-nvim: init at 2026-06-09 (#529754)

This commit is contained in:
Gaétan Lepage
2026-06-09 13:47:12 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -7071,6 +7071,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
guh-nvim = buildVimPlugin {
pname = "guh.nvim";
version = "2026-06-09";
src = fetchFromGitHub {
owner = "justinmk";
repo = "guh.nvim";
rev = "e8d8df780eb13da78a992fdc387bbc5f1401dd6f";
hash = "sha256-vkBP9TvNbUsChtntdgFkHaT01R84HfUAjGXk+SbZUng=";
};
meta.homepage = "https://github.com/justinmk/guh.nvim/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
guihua-lua = buildVimPlugin {
pname = "guihua.lua";
version = "0.1-unstable-2026-05-26";
@@ -503,6 +503,7 @@ https://github.com/ellisonleao/gruvbox.nvim/,,
https://github.com/nvimdev/guard-collection/,,
https://github.com/nvimdev/guard.nvim/,,
https://github.com/nmac427/guess-indent.nvim/,,
https://github.com/justinmk/guh.nvim/,main,
https://github.com/ray-x/guihua.lua/,,
https://github.com/sjl/gundo.vim/,,
https://github.com/junegunn/gv.vim/,,