Shougo / ddu.vim

Dark deno-powered UI framework for Vim/NeoVim
MIT License
295 stars 24 forks source link

Require deno version up #105

Closed Shougo closed 7 months ago

Shougo commented 7 months ago

I think it should be Deno 1.39+.

Because it can support AbortSignal.any().

Shougo commented 7 months ago

https://deno.com/blog/v1.39

https://deno.com/blog/v1.40

v1.40 may be better.

Shougo commented 7 months ago

Deno 1.40+ is required.