vimPlugins.graphviz-vim: init at 2021-04-09

This commit is contained in:
"meck" 2021-12-21 16:17:19 +01:00 committed by meck
parent 7e8b1e6ca4
commit 9f2fbd3ee6
2 changed files with 13 additions and 0 deletions

View file

@ -2361,6 +2361,18 @@ final: prev:
meta.homepage = "https://github.com/junegunn/goyo.vim/";
};
graphviz-vim = buildVimPluginFrom2Nix {
pname = "graphviz.vim";
version = "2021-04-09";
src = fetchFromGitHub {
owner = "liuchengxu";
repo = "graphviz.vim";
rev = "12b04c512694ace2fc15735676f5afdd05519466";
sha256 = "1ky9rar3gxvsf0n3y71qfln4pxmz3hpq3dqimbf0r8l8q7sw483r";
};
meta.homepage = "https://github.com/liuchengxu/graphviz.vim/";
};
gruvbox = buildVimPluginFrom2Nix {
pname = "gruvbox";
version = "2020-07-03";

View file

@ -411,6 +411,7 @@ lifepillar/vim-mucomplete
lighttiger2505/deoplete-vim-lsp
lilydjwg/colorizer
lilydjwg/fcitx.vim@fcitx5
liuchengxu/graphviz.vim
liuchengxu/vim-clap
liuchengxu/vim-which-key
liuchengxu/vista.vim