vimPlugins.mini-input: init at 0-unstable-2026-06-06 (#528973)
This commit is contained in:
@@ -10138,6 +10138,20 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
mini-input = buildVimPlugin {
|
||||
pname = "mini.input";
|
||||
version = "0-unstable-2026-06-06";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-mini";
|
||||
repo = "mini.input";
|
||||
rev = "73a50edd8d0350feb8c018fe367121a241fd7c56";
|
||||
hash = "sha256-6IC7krZ5pIKoR8t75h+z5yq3mKdyEaZ4iVl/dyc5Yis=";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-mini/mini.input/";
|
||||
meta.license = getLicenseFromSpdxId "MIT";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
mini-jump = buildVimPlugin {
|
||||
pname = "mini.jump";
|
||||
version = "0.17.0-unstable-2026-05-19";
|
||||
|
||||
@@ -722,6 +722,7 @@ https://github.com/nvim-mini/mini.hipatterns/,,
|
||||
https://github.com/nvim-mini/mini.hues/,,
|
||||
https://github.com/nvim-mini/mini.icons/,,
|
||||
https://github.com/nvim-mini/mini.indentscope/,,
|
||||
https://github.com/nvim-mini/mini.input/,,
|
||||
https://github.com/nvim-mini/mini.jump/,,
|
||||
https://github.com/nvim-mini/mini.jump2d/,,
|
||||
https://github.com/nvim-mini/mini.keymap/,,
|
||||
|
||||
Reference in New Issue
Block a user