Qiming zhao
Qiming zhao
Coc is working now, but still lots of work ahead to make it better. Let me know if you have some ideas for it. * [x] Works in vim. *...
**Is your feature request related to a problem? Please describe.** * Each source should be tested. * Each langauge server feature should be tested. * Each extension should be tested
I have this in my node code: ``` js setInterval(async () => { let active = await this.nvim.call('EasyMotion#is_active') logger.debug('active:', active) }, 300) ``` ``` 18-10-04T17:27:11.865 DEBUG (pid:58844) [workspace] - active:...
The reason is iTerm2 changed it's applescript API: https://iterm2.com/applescript.html The perl script runs in bash would also not works. I've tried to make a eay fix for that https://gist.github.com/chemzqm/499003e3f21772397986 in...
控制层无法收到正确的 onchange handler 名称。
[email protected] is published which forked from [email protected] Differences between prettier-vscode: - `prettier.disableLanguages` still works. - Added configuration`prettier.formatterPriority`. - Added configuration `prettier.statusItemText`. Check out https://github.com/neoclide/coc-prettier/blob/master/CHANGELOG.md for updates.
**Expected behavior:** Not use backslash from match group. ## Vimrc ``` vim set nocompatible set backspace=2 set hidden set termguicolors set runtimepath^=/path/to/.vim/bundle/ultisnips filetype plugin indent on syntax enable set laststatus=2...
### Expected Behavior Character should be inserted under cursor ### Actual Behavior Nothing happens ### Your Environment - OS: MacOS - NyaoVim version: 0.22 ### Additional Comments I've figured out...
I have a slow network with github.com in China, it would be great if this plugin support async feature if possible. Both vim and neovim could support async process now.