zknx
zknx
> https://github.com/mason-org/mason-registry/blob/2025-10-05-north-rifle/CONTRIBUTING.md#github-build-from-source > > You can download the source code, which contains [tool](https://github.com/thqby/vscode-autohotkey2-lsp/blob/main/tools/install.js) to install extension. Oh, I was missing that, and going with below entry will solve this issue,...
https://github.com/mason-org/mason-registry/pull/11818 rejected cz following reason: > I'd prefer not merging this because: > > 1) Uses build steps which are deprecated for a multitude of maintenance/stability reasons > 2) The...
Yes, I'm struggling with this issue too. I found an even smaller reproduction case that shows the same behavior on Neovim: ```lua local func = function() end func() ``` Performing...
@fdncred Hi, thanks for checking this. I did some test: ``` $ touch "aaa 111" "aaa 222" $ cat a ``` makes ``` $ cat `aaa 111` [cursor here] ```...
Ok, if I enabled this, it breaks like ``` $ cat "b2 ``` cz I cannot input `` character after I press `` key. So it breaks something and shouldn't...