Phong Nguyen

Results 11 issues of Phong Nguyen

Hi @prabirshrestha, When I am typing a text like `coverage/**/`, it triggered file completion but vim is frozen immediately. Maybe it is trying to glob with ** pattern. Here is...

Could you please add UI for customizing MouseKeys settings like `speed`, `speedDelay` and `accelSpeed` and `accelDelay`? Default mouse settings is quite slow.

enhancement
kaleidoscope

Hi, When using this plugin in Neovim, I got this error, I believe that the file `spacevim/api/job.lua` is missed, just added it. ![image](https://github.com/wsdjeg/FlyGrep.vim/assets/438791/e1a86ddb-5485-422e-a45f-c153826b5a9a) Please help to check and merge it...

Hi @jebaum, Please consider merge this PR to your repo. It improves parsing pane descriptor to support session with spaces, hyphens, and slashes in names. It also removes duplicate code....

Hi, I'm not sure if this is an issue or not. Or this plugin does not support [Cucumber Expression](https://github.com/cucumber/cucumber-expressions) If this plugin does not support Cucumber Expression, please close this...

### Did you check docs and existing issues? - [X] I have read all the solarized-osaka.nvim docs - [X] I have searched the existing issues of solarized-osaka.nvim - [X] I...

bug

Hi @jayli, Please help to check and review this PR thanks. I'm updating to enable Tabnine source only if `g:easycomplete_tabnine_enable = 1`.

Hi @jayli, Please help to check this PR to improve checking Snips support a bit. Thanks.

Hi @jayli, Please help to review this PR to fix a crash when tabnine is unregistered. Steps to reproduce: - Start Vim - Un-register tabnine source: `:call easycomplete#UnRegisterSource('tn')` Thanks.

Hi, This issue happened when opening url under cursor if url is in single quote or parentheses, step to reproduce as follows: ```vim nmap go (openbrowser-smart-search) " Or " nmap...