vimPlugins.vim-erlang-runtime: init at 2020-11-22
This commit is contained in:
parent
f42d6f81a8
commit
67062ad05d
@ -4885,6 +4885,18 @@ let
|
|||||||
meta.homepage = "https://github.com/tpope/vim-endwise/";
|
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 {
|
vim-eunuch = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-eunuch";
|
pname = "vim-eunuch";
|
||||||
version = "2020-08-07";
|
version = "2020-08-07";
|
||||||
|
@ -590,6 +590,7 @@ vhda/verilog_systemverilog.vim
|
|||||||
vigoux/LanguageTool.nvim
|
vigoux/LanguageTool.nvim
|
||||||
vim-airline/vim-airline
|
vim-airline/vim-airline
|
||||||
vim-airline/vim-airline-themes
|
vim-airline/vim-airline-themes
|
||||||
|
vim-erlang/vim-erlang-runtime
|
||||||
vim-pandoc/vim-pandoc
|
vim-pandoc/vim-pandoc
|
||||||
vim-pandoc/vim-pandoc-after
|
vim-pandoc/vim-pandoc-after
|
||||||
vim-pandoc/vim-pandoc-syntax
|
vim-pandoc/vim-pandoc-syntax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user