vimPlugins.inlay-hints-nvim: init at 0.0.7 (#517464)

This commit is contained in:
Gaétan Lepage
2026-05-06 22:46:19 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -7758,6 +7758,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
inlay-hints-nvim = buildVimPlugin {
pname = "inlay-hints.nvim";
version = "0.0.7";
src = fetchFromGitHub {
owner = "MysticalDevil";
repo = "inlay-hints.nvim";
tag = "v0.0.7";
hash = "sha256-136r1/SjBHcrKZZcFHZK7rFTcJHAReZqIzUrKsZStc4=";
};
meta.homepage = "https://github.com/MysticalDevil/inlay-hints.nvim";
meta.license = getLicenseFromSpdxId "Apache-2.0";
meta.hydraPlatforms = [ ];
};
instant-nvim = buildVimPlugin {
pname = "instant.nvim";
version = "0-unstable-2022-06-25";
@@ -552,6 +552,7 @@ https://github.com/Darazaki/indent-o-matic/,,
https://github.com/arsham/indent-tools.nvim/,,
https://github.com/Yggdroot/indentLine/,,
https://github.com/ciaranm/inkpot/,,
https://github.com/MysticalDevil/inlay-hints/,,
https://github.com/jbyuki/instant.nvim/,,
https://github.com/pta2002/intellitab.nvim/,,
https://github.com/parsonsmatt/intero-neovim/,,