vimPlugins.yaml-companion-nvim: init at 2024-07-14

This commit is contained in:
FKouhai
2025-05-17 21:11:35 +02:00
parent 94a74b3f88
commit 336fa33fcb
3 changed files with 21 additions and 0 deletions
@@ -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";
@@ -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
@@ -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,