vimPlugins.jdd-nvim: init at 2025-07-02 (#421708)

This commit is contained in:
Gaétan Lepage 2025-07-02 10:05:20 +02:00 committed by GitHub
commit 72db5c3f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -1506,6 +1506,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/,,