Λlisue
Λ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.
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`)
 When `file` source is used on my home directory.
### 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...