vimPlugins.schema-companion-nvim: init at 2025-06-05
fix: add plenary-nvim as dependency for schema-companion-nvim
This commit is contained in:
@@ -13148,6 +13148,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
schema-companion-nvim = buildVimPlugin {
|
||||
pname = "schema-companion.nvim";
|
||||
version = "2025-06-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cenk1cenk2";
|
||||
repo = "schema-companion.nvim";
|
||||
rev = "a39cbf5a31ae7aec71e5aaec5e6d409f22b05099";
|
||||
sha256 = "1s0lqxz1rh4f7jspl45pa9981zwz0i0h9c4ml0zy55y926454339";
|
||||
};
|
||||
meta.homepage = "https://github.com/cenk1cenk2/schema-companion.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
scnvim = buildVimPlugin {
|
||||
pname = "scnvim";
|
||||
version = "2025-01-29";
|
||||
|
||||
@@ -3011,6 +3011,10 @@ in
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
schema-companion-nvim = super.schema-companion-nvim.overrideAttrs {
|
||||
dependencies = [ self.plenary-nvim ];
|
||||
};
|
||||
|
||||
scretch-nvim = super.scretch-nvim.overrideAttrs {
|
||||
};
|
||||
|
||||
|
||||
@@ -1009,6 +1009,7 @@ https://github.com/hauleth/sad.vim/,,
|
||||
https://github.com/vmware-archive/salt-vim/,,
|
||||
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
|
||||
https://github.com/lewis6991/satellite.nvim/,HEAD,
|
||||
https://github.com/cenk1cenk2/schema-companion.nvim/,HEAD,
|
||||
https://github.com/davidgranstrom/scnvim/,HEAD,
|
||||
https://github.com/tiagovla/scope.nvim/,HEAD,
|
||||
https://github.com/0xJohnnyboy/scretch.nvim/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user