Skip to content

Commit 72db5c3

Browse files
authored
vimPlugins.jdd-nvim: init at 2025-07-02 (#421708)
2 parents 23b99df + 75f68c7 commit 72db5c3

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6558,6 +6558,19 @@ final: prev: {
65586558
meta.hydraPlatforms = [ ];
65596559
};
65606560

6561+
jdd-nvim = buildVimPlugin {
6562+
pname = "jdd.nvim";
6563+
version = "2025-07-02";
6564+
src = fetchFromGitHub {
6565+
owner = "mahyarmirrashed";
6566+
repo = "jdd.nvim";
6567+
rev = "8d369b0e01a81abc89f52b54fc598c1de67f1454";
6568+
sha256 = "0p6jwzqvszq0q98pljnwdcck5h3y9ambpk201wdzmgcxkkcly1mp";
6569+
};
6570+
meta.homepage = "https://github.com/mahyarmirrashed/jdd.nvim/";
6571+
meta.hydraPlatforms = [ ];
6572+
};
6573+
65616574
jedi-vim = buildVimPlugin {
65626575
pname = "jedi-vim";
65636576
version = "2024-12-27";

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,10 @@ in
15061506
dependencies = [ self.nvim-treesitter ];
15071507
};
15081508

1509+
jdd-nvim = super.lazyjj-nvim.overrideAttrs {
1510+
dependencies = [ self.plenary-nvim ];
1511+
};
1512+
15091513
jedi-vim = super.jedi-vim.overrideAttrs {
15101514
# checking for python3 support in vim would be neat, too, but nobody else seems to care
15111515
buildInputs = [ python3.pkgs.jedi ];

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ https://github.com/twerth/ir_black/,,
502502
https://github.com/Vigemus/iron.nvim/,HEAD,
503503
https://github.com/haya14busa/is.vim/,,
504504
https://github.com/vim-scripts/jdaddy.vim/,,
505+
https://github.com/mahyarmirrashed/jdd.nvim/,HEAD,
505506
https://github.com/davidhalter/jedi-vim/,,
506507
https://github.com/metalelf0/jellybeans-nvim/,,
507508
https://github.com/nanotech/jellybeans.vim/,,

0 commit comments

Comments
 (0)