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

Changed files
+21
pkgs
applications
+13
pkgs/applications/editors/vim/plugins/generated.nix
···
meta.hydraPlatforms = [ ];
};
nvim-lastplace = buildVimPlugin {
pname = "nvim-lastplace";
version = "2023-07-27";
···
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";
+7
pkgs/applications/editors/vim/plugins/overrides.nix
···
--replace-fail "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'"
'';
};
}
···
--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
+
];
+
};
}
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
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/ethanholz/nvim-lastplace/,HEAD,
https://github.com/kosayoda/nvim-lightbulb/,,
https://github.com/josa42/nvim-lightline-lsp/,,
···
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/,,