vimPlugins.jdd-nvim: init at 2025-07-02

vimPlugins.jdd-nvim: init at 2025-07-02
This commit is contained in:
Mahyar Mirrashed 2025-07-01 10:43:59 -05:00
parent d334702520
commit 75f68c7087
3 changed files with 18 additions and 0 deletions

View File

@ -6558,6 +6558,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
jdd-nvim = buildVimPlugin {
pname = "jdd.nvim";
version = "2025-07-02";
src = fetchFromGitHub {
owner = "mahyarmirrashed";
repo = "jdd.nvim";
rev = "8d369b0e01a81abc89f52b54fc598c1de67f1454";
sha256 = "0p6jwzqvszq0q98pljnwdcck5h3y9ambpk201wdzmgcxkkcly1mp";
};
meta.homepage = "https://github.com/mahyarmirrashed/jdd.nvim/";
meta.hydraPlatforms = [ ];
};
jedi-vim = buildVimPlugin {
pname = "jedi-vim";
version = "2024-12-27";

View File

@ -1508,6 +1508,10 @@ in
dependencies = [ self.nvim-treesitter ];
};
jdd-nvim = super.lazyjj-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
jedi-vim = super.jedi-vim.overrideAttrs {
# checking for python3 support in vim would be neat, too, but nobody else seems to care
buildInputs = [ python3.pkgs.jedi ];

View File

@ -502,6 +502,7 @@ https://github.com/twerth/ir_black/,,
https://github.com/Vigemus/iron.nvim/,HEAD,
https://github.com/haya14busa/is.vim/,,
https://github.com/vim-scripts/jdaddy.vim/,,
https://github.com/mahyarmirrashed/jdd.nvim/,HEAD,
https://github.com/davidhalter/jedi-vim/,,
https://github.com/metalelf0/jellybeans-nvim/,,
https://github.com/nanotech/jellybeans.vim/,,