mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
vimPlugins.diagram-nvim: init at 2024-08-30 (#340861)
This commit is contained in:
commit
1fb849fe9a
@ -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";
|
||||
|
@ -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 ];
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user