vimPlugins.nvim-k8s-crd: init at 2025-05-26 (#411314)

This commit is contained in:
Gaétan Lepage
2025-05-27 13:22:27 +02:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
@@ -10596,6 +10596,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
nvim-k8s-crd = buildVimPlugin {
pname = "nvim-k8s-crd";
version = "2025-05-26";
src = fetchFromGitHub {
owner = "anasinnyk";
repo = "nvim-k8s-crd";
rev = "d57f9c6b0ad1e8ab894f2afd6db90c948ca51a8c";
sha256 = "1gx80lclc8jh2k288hswz8b03zlamkb5z8zdl03nchxrm6xr5x05";
};
meta.homepage = "https://github.com/anasinnyk/nvim-k8s-crd/";
meta.hydraPlatforms = [ ];
};
nvim-lastplace = buildVimPlugin {
pname = "nvim-lastplace";
version = "2023-07-27";
@@ -4083,4 +4083,11 @@ in
--replace-fail "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'"
'';
};
nvim-k8s-crd = super.nvim-k8s-crd.overrideAttrs {
dependencies = with self; [
plenary-nvim
nvim-lspconfig
];
};
}
@@ -813,6 +813,7 @@ https://github.com/nvim-java/nvim-java-refactor/,HEAD,
https://github.com/nvim-java/nvim-java-test/,HEAD,
https://github.com/mfussenegger/nvim-jdtls/,,
https://github.com/gennaro-tedesco/nvim-jqx/,,
https://github.com/anasinnyk/nvim-k8s-crd/,HEAD,
https://github.com/ethanholz/nvim-lastplace/,HEAD,
https://github.com/kosayoda/nvim-lightbulb/,,
https://github.com/josa42/nvim-lightline-lsp/,,