vimPlugins.vim-reasonml: init at 2020-07-16

This commit is contained in:
"superherointj" 2021-10-23 19:27:08 -03:00
parent d53ea8fbaa
commit d22c0e561b
2 changed files with 13 additions and 0 deletions

View File

@ -9403,6 +9403,18 @@ final: prev:
meta.homepage = "https://github.com/tpope/vim-rails/";
};
vim-reasonml = buildVimPluginFrom2Nix {
pname = "vim-reasonml";
version = "2020-07-16";
src = fetchFromGitHub {
owner = "jordwalke";
repo = "vim-reasonml";
rev = "50dafc42085b704acaa03576cd2ffcaacea58e14";
sha256 = "1yfll4rbanql0l27bazk4xk205mk73nk1l9cxyvc9p8qcixx34s4";
};
meta.homepage = "https://github.com/jordwalke/vim-reasonml/";
};
vim-repeat = buildVimPluginFrom2Nix {
pname = "vim-repeat";
version = "2021-01-25";

View File

@ -285,6 +285,7 @@ jonbri/vim-colorstepper
jonsmithers/vim-html-template-literals
joonty/vim-xdebug
joosepalviste/nvim-ts-context-commentstring@main
jordwalke/vim-reasonml
josa42/coc-lua
josa42/vim-lightline-coc
jose-elias-alvarez/minsnip.nvim@main