Unverified Commit c360d9af authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.yaml-schema-detect-nvim: init at 2025-05-15 (#408061)

parents be076e8e cf08ae83
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+7 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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,