vimPlugins.idris2-vim: init at 2020-05-25

This commit is contained in:
Lengyel Balazs 2020-10-30 12:31:59 +01:00 committed by Jonathan Ringer
parent 3b4fcbb5d1
commit ef052cf639
2 changed files with 13 additions and 0 deletions

View File

@ -1653,6 +1653,18 @@ let
meta.homepage = "https://github.com/idris-hackers/idris-vim/";
};
idris2-vim = buildVimPluginFrom2Nix {
pname = "idris2-vim";
version = "2020-05-25";
src = fetchFromGitHub {
owner = "edwinb";
repo = "idris2-vim";
rev = "099129e08c89d9526ad092b7980afa355ddaa24c";
sha256 = "1gip64ni2wdd5v4crl64f20pbrx24dmr3ci7w5c9da9hs85x1p29";
};
meta.homepage = "https://github.com/edwinb/idris2-vim/";
};
Improved-AnsiEsc = buildVimPluginFrom2Nix {
pname = "Improved-AnsiEsc";
version = "2015-08-26";

View File

@ -94,6 +94,7 @@ eagletmt/ghcmod-vim
eagletmt/neco-ghc
easymotion/vim-easymotion
editorconfig/editorconfig-vim
edwinb/idris2-vim
ehamberg/vim-cute-python
eikenb/acp
elixir-editors/vim-elixir