vimPlugins.vim-erlang-runtime: init at 2020-11-22

This commit is contained in:
Eric Wolf 2020-12-09 11:49:09 +01:00
parent f42d6f81a8
commit 67062ad05d
2 changed files with 13 additions and 0 deletions

View File

@ -4885,6 +4885,18 @@ let
meta.homepage = "https://github.com/tpope/vim-endwise/";
};
vim-erlang-runtime = buildVimPluginFrom2Nix {
pname = "vim-erlang-runtime";
version = "2020-11-22";
src = fetchFromGitHub {
owner = "vim-erlang";
repo = "vim-erlang-runtime";
rev = "8a8ec7cb54d52be5fc5dce2a028888c2a2f50e35";
sha256 = "13qfyl9v0a82hn574x6h7rq9kl3rhg6ivlpj69n2jn0lf33ij8qq";
};
meta.homepage = "https://github.com/vim-erlang/vim-erlang-runtime/";
};
vim-eunuch = buildVimPluginFrom2Nix {
pname = "vim-eunuch";
version = "2020-08-07";

View File

@ -590,6 +590,7 @@ vhda/verilog_systemverilog.vim
vigoux/LanguageTool.nvim
vim-airline/vim-airline
vim-airline/vim-airline-themes
vim-erlang/vim-erlang-runtime
vim-pandoc/vim-pandoc
vim-pandoc/vim-pandoc-after
vim-pandoc/vim-pandoc-syntax