Λlisue
Λlisue
SSIA ## Summary by CodeRabbit - **New Features** - Added functionality to collect and find Denops plugins based on specified patterns. - Introduced a Vim script to update the cache...
We would like to support [JSR](https://deno.com/blog/jsr_open_beta) and use it as a default registry. We need to upgrade supported Deno version to [1.42](https://deno.com/blog/v1.42) so this change will be major update (Denops...
Version: Deno 1.43.3 Using [msgpackr](https://github.com/kriszyp/msgpackr) by using `npm:` flag with invalid UTF-8 string (`\x80\xfd...`) panic Deno like ``` ============================================================ Deno has panicked. This is a bug in Deno. Please report...
https://github.com/thinca/vim-singleton
It appears that when an unknown language is specified in code blocks, docland fails to generate documentation with the following error: ```plaintext [uncaught application error]: Error - Unknown language: `vim`...
Thanks for the great tool 🎉 One feature request. I'd like to interactively select which packages to update so that I can manually omit updates on some particular packages like...
Once [Denops v7](https://github.com/vim-denops/denops.vim/pull/344) become ready...
Currently, the size of component windows are settled on picker/input startup, mean that when user resize Vim/Neovim, the screen disappear (`Esc` to cancel picker/input fix the screen)
It seems the following code does not apply proper (full) syntax highlight. https://github.com/lambdalisue/vim-fall/blob/8a7f193cdb8a2c890263d54a630779c53377f181/autoload/fall/internal/preview.vim#L1-L10 We need to avoid side-effects but we want full syntax highlight. If anyone know how to solve...