leaf

Results 85 comments of leaf

> ### macOS Big Sur > **Version 11.2.1** > > Delete & reinstall Xcode command line developer tools > > ```shell > sudo rm -rf /Library/Developer/CommandLineTools > xcode-select --install >...

If you want to open a file from terminal, you can try ``` /Applications/neovide.app/Contents/MacOS/neovide file ``` This open an empty file before, but somehow this suddenly works as well ```...

I'm closing the issue. Feel free to reopen it if needed.

Thanks. It has been fixed with version 1.2.7

Thanks. I forgot to publish a new version supporting both svelte 3 and 4. Now there is a new version 1.2.2, please try `npm install` again. https://www.npmjs.com/package/svelte-lazy

Hi, If you're using vim bundled typescript syntax, you can change all `const`, `let`, and `var` syntax by (see `:h hi-link`) ``` hi! link typescriptVariable Type ``` Otherwise, For the...

hi, seems that both syntax groups are defined with `transparent` like ``` syntax match typescriptProp contained /\K\k*!\?/ \ transparent \ contains=@props \ nextgroup=@afterIdentifier \ skipwhite skipempty ``` You can re-define...

Hi, does it not work for all `*.tsx` files? If so and your `g:vim_matchtag_files` contains `*.tsx`, then I wonder if your tsx plugin conflicts with this plugin. It will skip...

Hi, there. Thanks for your feedback. It occasionally occurs to me. I'll check it out. ![Screenshot 2022-11-30 at 18 00 51](https://user-images.githubusercontent.com/13349592/204766366-5e941ce7-3f10-4b6c-aac9-b98c02867c14.png) ![Screenshot 2022-11-30 at 18 01 19](https://user-images.githubusercontent.com/13349592/204766460-90e7bce0-277e-4920-b0eb-5b4f613f8c0a.png)