leaf
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 >...
I'm closing it. Feel free to reopen it if necessary.
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.  