vimPlugins.idris2-vim: init at 2020-05-25
This commit is contained in:
parent
3b4fcbb5d1
commit
ef052cf639
@ -1653,6 +1653,18 @@ let
|
|||||||
meta.homepage = "https://github.com/idris-hackers/idris-vim/";
|
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 {
|
Improved-AnsiEsc = buildVimPluginFrom2Nix {
|
||||||
pname = "Improved-AnsiEsc";
|
pname = "Improved-AnsiEsc";
|
||||||
version = "2015-08-26";
|
version = "2015-08-26";
|
||||||
|
@ -94,6 +94,7 @@ eagletmt/ghcmod-vim
|
|||||||
eagletmt/neco-ghc
|
eagletmt/neco-ghc
|
||||||
easymotion/vim-easymotion
|
easymotion/vim-easymotion
|
||||||
editorconfig/editorconfig-vim
|
editorconfig/editorconfig-vim
|
||||||
|
edwinb/idris2-vim
|
||||||
ehamberg/vim-cute-python
|
ehamberg/vim-cute-python
|
||||||
eikenb/acp
|
eikenb/acp
|
||||||
elixir-editors/vim-elixir
|
elixir-editors/vim-elixir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user