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

vimPlugins.yaml-companion-nvim: init at 2024-07-14 (#408097)

parents 3fad7d67 336fa33f
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -21519,6 +21519,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  yaml-companion-nvim = buildVimPlugin {
    pname = "yaml-companion.nvim";
    version = "2024-07-14";
    src = fetchFromGitHub {
      owner = "someone-stole-my-name";
      repo = "yaml-companion.nvim";
      rev = "131b0d67bd2e0f1a02e0daf2f3460482221ce3c0";
      sha256 = "16115xvzzqmq8d5whjv772x2xnllly1zcql5wzpdhsf7dvqkvpp3";
    };
    meta.homepage = "https://github.com/someone-stole-my-name/yaml-companion.nvim/";
    meta.hydraPlatforms = [ ];
  };
  yanky-nvim = buildVimPlugin {
    pname = "yanky.nvim";
    version = "2025-04-14";
+7 −0
Original line number Diff line number Diff line
@@ -3946,6 +3946,13 @@ in
    ];
  };

  yaml-companion-nvim = super.yaml-companion-nvim.overrideAttrs {
    dependencies = [
      self.nvim-lspconfig
      self.plenary-nvim
    ];
  };

  yanky-nvim = super.yanky-nvim.overrideAttrs {
    nvimSkipModules = [
      # Optional telescope integration
+1 −0
Original line number Diff line number Diff line
@@ -1652,6 +1652,7 @@ https://github.com/piersolenski/wtf.nvim/,HEAD,
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/gbprod/yanky.nvim/,HEAD,
https://github.com/HerringtonDarkholme/yats.vim/,,
https://github.com/mikavilpas/yazi.nvim/,HEAD,