diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5cba932556df..64a4a95937d1 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -21532,6 +21532,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; + yaml-schema-detect-nvim = buildVimPlugin { + pname = "yaml-schema-detect.nvim"; + version = "2025-05-15"; + src = fetchFromGitHub { + owner = "cwrau"; + repo = "yaml-schema-detect.nvim"; + rev = "18b40548cb9a8c70e0d35c362e5f7150d6baef12"; + sha256 = "1kydjk8816b2348yny3ci0dqd96syy7jsf4g577dm7d0rsskimz8"; + }; + meta.homepage = "https://github.com/cwrau/yaml-schema-detect.nvim/"; + meta.hydraPlatforms = [ ]; + }; + yanky-nvim = buildVimPlugin { pname = "yanky.nvim"; version = "2025-04-14"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 46cf0726a1f3..478f7ce6f4b7 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -3953,6 +3953,13 @@ in ]; }; + yaml-schema-detect-nvim = super.yaml-schema-detect-nvim.overrideAttrs { + dependencies = with self; [ + plenary-nvim + nvim-lspconfig + ]; + }; + yanky-nvim = super.yanky-nvim.overrideAttrs { nvimSkipModules = [ # Optional telescope integration diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4439981a36fc..f67ff48cfcbd 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1653,6 +1653,7 @@ https://github.com/Mythos-404/xmake.nvim/,HEAD, https://github.com/drmingdrmer/xptemplate/,, https://github.com/guns/xterm-color-table.vim/,, https://github.com/someone-stole-my-name/yaml-companion.nvim/,HEAD, +https://github.com/cwrau/yaml-schema-detect.nvim/,HEAD, https://github.com/gbprod/yanky.nvim/,HEAD, https://github.com/HerringtonDarkholme/yats.vim/,, https://github.com/mikavilpas/yazi.nvim/,HEAD,