vimPlugins.lazydocker-nvim: init at 2025-06-05 (#419797)
This commit is contained in:
@@ -6899,6 +6899,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
lazydocker-nvim = buildVimPlugin {
|
||||
pname = "lazydocker.nvim";
|
||||
version = "2025-06-05";
|
||||
src = fetchFromGitHub {
|
||||
owner = "crnvl96";
|
||||
repo = "lazydocker.nvim";
|
||||
rev = "d5878defd757a193fbd73f12ec54faee9a6b19e1";
|
||||
sha256 = "0vwx3yvy4lqppjgwz5gkqxrbr5m6b6kplh5z0nh5s7i7xqahqm1r";
|
||||
};
|
||||
meta.homepage = "https://github.com/crnvl96/lazydocker.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
lazygit-nvim = buildVimPlugin {
|
||||
pname = "lazygit.nvim";
|
||||
version = "2025-06-13";
|
||||
|
||||
@@ -118,6 +118,8 @@
|
||||
# typst-preview dependencies
|
||||
tinymist,
|
||||
websocat,
|
||||
# lazydocker.nvim dependencies
|
||||
lazydocker,
|
||||
# luau-lsp-nvim dependencies
|
||||
luau-lsp,
|
||||
# uv.nvim dependencies
|
||||
@@ -1533,6 +1535,12 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
lazydocker-nvim = super.lazydocker-nvim.overrideAttrs {
|
||||
runtimeDeps = [
|
||||
lazydocker
|
||||
];
|
||||
};
|
||||
|
||||
LazyVim = super.LazyVim.overrideAttrs {
|
||||
# Any other dependency is optional
|
||||
dependencies = [ self.lazy-nvim ];
|
||||
|
||||
@@ -529,6 +529,7 @@ https://github.com/latex-box-team/latex-box/,,
|
||||
https://github.com/dundalek/lazy-lsp.nvim/,HEAD,
|
||||
https://github.com/folke/lazy.nvim/,HEAD,
|
||||
https://github.com/folke/lazydev.nvim/,,
|
||||
https://github.com/crnvl96/lazydocker.nvim/,HEAD,
|
||||
https://github.com/kdheepak/lazygit.nvim/,,
|
||||
https://github.com/Julian/lean.nvim/,,
|
||||
https://github.com/leanprover/lean.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user