vimPlugins.jdd-nvim: init at 2025-07-02 (#421708)
This commit is contained in:
commit
72db5c3f7f
@ -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";
|
||||
|
@ -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 ];
|
||||
|
@ -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/,,
|
||||
|
Loading…
x
Reference in New Issue
Block a user