Skip to content

Commit 3ee53d9

Browse files
author
vinylen
committed
vimPlugins.nvim-k8s-crd: init at 2025-05-26
1 parent f925522 commit 3ee53d9

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10596,6 +10596,19 @@ final: prev: {
1059610596
meta.hydraPlatforms = [ ];
1059710597
};
1059810598

10599+
nvim-k8s-crd = buildVimPlugin {
10600+
pname = "nvim-k8s-crd";
10601+
version = "2025-05-26";
10602+
src = fetchFromGitHub {
10603+
owner = "anasinnyk";
10604+
repo = "nvim-k8s-crd";
10605+
rev = "d57f9c6b0ad1e8ab894f2afd6db90c948ca51a8c";
10606+
sha256 = "1gx80lclc8jh2k288hswz8b03zlamkb5z8zdl03nchxrm6xr5x05";
10607+
};
10608+
meta.homepage = "https://github.com/anasinnyk/nvim-k8s-crd/";
10609+
meta.hydraPlatforms = [ ];
10610+
};
10611+
1059910612
nvim-lastplace = buildVimPlugin {
1060010613
pname = "nvim-lastplace";
1060110614
version = "2023-07-27";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4083,4 +4083,11 @@ in
40834083
--replace-fail "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'"
40844084
'';
40854085
};
4086+
4087+
nvim-k8s-crd = super.nvim-k8s-crd.overrideAttrs {
4088+
dependencies = with self; [
4089+
plenary-nvim
4090+
nvim-lspconfig
4091+
];
4092+
};
40864093
}

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ https://github.com/nvim-java/nvim-java-refactor/,HEAD,
813813
https://github.com/nvim-java/nvim-java-test/,HEAD,
814814
https://github.com/mfussenegger/nvim-jdtls/,,
815815
https://github.com/gennaro-tedesco/nvim-jqx/,,
816+
https://github.com/anasinnyk/nvim-k8s-crd/,HEAD,
816817
https://github.com/ethanholz/nvim-lastplace/,HEAD,
817818
https://github.com/kosayoda/nvim-lightbulb/,,
818819
https://github.com/josa42/nvim-lightline-lsp/,,

0 commit comments

Comments
 (0)