diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 10c057d3f55f..9bbcc30397d1 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index be8e7bb244c1..cf926280f12d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,