Mark Wu

Results 37 comments of Mark Wu

I can get this work if I modified my omni trigger from `let g:completor_php_omni_trigger = '([$\w]+|use\s*|->[$\w]*|::[$\w]*|implements\s*|extends\s*|class\s+[$\w]+|new\s*)$'` to `let g:completor_php_omni_trigger = '([$\w]{2,}|use\s*|->[$\w]*|::[$\w]*|implements\s*|extends\s*|class\s+[$\w]+|new\s*)$` You can see I changed my regexp counter from...

I tested, the symbols does not trigger anymore. But ForwardTrigger and BackwardTrigger still not working.

I use `ctags`, `global(gtags)`, `language-server(coc.nvim)` and `any-jump` at the same time, actually I like the simple of `any-jump`. 1. I don't need to `re-generate` `tags` file atfer I edited the...

@BodneyC Thanks, it seems fix this issue for me.

I have the same issue when I use [`MediaTek-Research/Breeze-ASR-25`](https://huggingface.co/MediaTek-Research/Breeze-ASR-25) custom model from huggingface. Here comes the error logs: ``` Creating interface... * Running on local URL: http://127.0.0.1:7860 * To create...

我遇到另外一個有包含 `shift` 快捷鍵的問題。 我用 `shift-alt` 切換輸入法這個按鍵組合,其中的 `shift` 應該是單獨被小麥輸入法偵測到,所以我每按一次,第一次輸入法啟動為中文輸入,第二次輸入法啟動變成英文輸入,我一直按,他就一直循環。