Λlisue

Results 142 issues of Λlisue

- Deno: 1.38.x -> ~~1.43.x~~ 1.44.x - Vim: 9.0.2189 -> ~~9.1.0399~~ 9.1.0448 - Neovim: 0.9.4 -> ~~0.9.5~~ 0.10.0

Initialization code is hard written so we should use that autocmd to initialize as well.

enhancement

We are going to support only JSR.

Like - `@core/unknownutil/is-any` - `@core/unknownutil/is-unknown` - ... So that user can import minimum requirements. This change may cause the recommended style change (e.g. prefer `isXXXXX` over `is.XXXXX`)

![CleanShot 2024-06-02 at 23 22 51](https://github.com/lambdalisue/vim-fall/assets/546312/97bfc150-3271-42a4-93ac-476a07690b71) When `file` source is used on my home directory.

bug

### Is your feature request related to a problem? No ### Describe the solution you'd like To prepare supporting Deno v2, we should use `DENO_FUTURE=1` environment variable. https://deno.com/blog/v1.42#deno_future1-environment-variable ### Additional...

enhancement