vimPlugins.dial-nvim: init at 2022-08-29

This commit is contained in:
figsoda
2022-10-08 23:27:22 -04:00
parent 232f8d1ea0
commit 804fb8e11b
2 changed files with 13 additions and 0 deletions
@@ -2562,6 +2562,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-lua/diagnostic-nvim/";
};
dial-nvim = buildVimPluginFrom2Nix {
pname = "dial.nvim";
version = "2022-08-29";
src = fetchFromGitHub {
owner = "monaqa";
repo = "dial.nvim";
rev = "d2d7a57fb030c82b8b0d6712d9c35dfb49d9aa3c";
sha256 = "1zm116xd7b79piaiia9fn56h7ivnmy0dip02q3n61fmn1sqijggr";
};
meta.homepage = "https://github.com/monaqa/dial.nvim/";
};
diffview-nvim = buildVimPluginFrom2Nix {
pname = "diffview.nvim";
version = "2022-10-08";
@@ -214,6 +214,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/monaqa/dial.nvim/,HEAD,
https://github.com/sindrets/diffview.nvim/,,
https://github.com/direnv/direnv.vim/,,
https://github.com/doki-theme/doki-theme-vim/,,