vimPlugins.diagram-nvim: init at 2024-08-30 (#340861)

This commit is contained in:
Gaétan Lepage 2024-09-10 00:11:15 +02:00 committed by GitHub
commit 1fb849fe9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -3404,6 +3404,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-lua/diagnostic-nvim/";
};
diagram-nvim = buildVimPlugin {
pname = "diagram.nvim";
version = "2024-08-30";
src = fetchFromGitHub {
owner = "3rd";
repo = "diagram.nvim";
rev = "d19b9bb2ca162facc242c357c2802b8cfab6b55c";
sha256 = "0scgbhjcq0ivlys0a813gwcvw2ckkykyhhjqni6l81gghcc9qgjr";
};
meta.homepage = "https://github.com/3rd/diagram.nvim/";
};
dial-nvim = buildVimPlugin {
pname = "dial.nvim";
version = "2024-07-15";

View File

@ -735,6 +735,10 @@
};
};
diagram-nvim = super.diagram-nvim.overrideAttrs {
dependencies = with self; [ image-nvim ];
};
diffview-nvim = super.diffview-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];

View File

@ -283,6 +283,7 @@ https://github.com/rhysd/devdocs.vim/,,
https://github.com/vmchale/dhall-vim/,,
https://github.com/onsails/diaglist.nvim/,,
https://github.com/nvim-lua/diagnostic-nvim/,,
https://github.com/3rd/diagram.nvim/,HEAD,
https://github.com/monaqa/dial.nvim/,HEAD,
https://github.com/sindrets/diffview.nvim/,,
https://github.com/elihunter173/dirbuf.nvim/,HEAD,