William Raiford
William Raiford
> This change was deliberate and is separate from the recent work on folding ranges. See #138787 > > I have no comment on which way is preferable, just adding...
@alexdima I am not a vim proper user, nor a neovim one. I started using vim in vscode several years ago. I tried vim and neovim, but I prefer vscode....
Thank you @alexdima !!
As a temporary workaround until this gets fixed, it's possible to disable Vim Vixen using the [blacklist fuctionality](https://ueokande.github.io/vim-vixen/blacklist.html) in the extension's preferences: ```json "blacklist": [ "github.com/*", "*.mozilla.org/*" ] ```
The `b` command does work great for this. I'm just commenting to thank you for the `g0` and `g$` commands! 👍
Hi, I'm using your plugin to create thumbnails for an Ionic app. When combined with infinite scroll, it really improves performance! So thank you for your work! I don't have...
Did I breach some etiquette unbeknownst to me @willpower232 ? Why the thumbs down?
I definitely see that it's early days still for this project, but I went ahead and asked for a couple of reasons: * I'm refactoring & cleaning up my DLT...
> Checker is still WIP but > > There is now a browser playground: https://kaleidawave.github.io/ezno/playground/ > > Have a brief getting started description here: https://github.com/kaleidawave/ezno/blob/main/checker/documentation/getting-started.md > > Might add a...