Yosuke Kurami
Yosuke Kurami
I agree "adding more complex tag pattern" . Because some GraphQL clients don't use template literal tag function. For example, with `octokit/graphql.js` : ```js const { repository } = await...
🤔 It seems that VSC bundled TypeScript can't resolve locally installed plugins. I think it's not this plugin's issue but VSC bundled TypeScript's module resolution issue... BTW, I recommend to...
Tsuquyomi follows default Vim omni complete mapping. Can https://stackoverflow.com/questions/7722177/how-do-i-map-ctrl-x-ctrl-o-to-ctrl-space-in-terminal-vim help you?
@thenoseman thanks, I'll fix it.
Hi @mhartington It's so interesting, but I'm not familiar with neovim and it's functions. Do you have some sample or demo which uses neovim and node bg process? Let me...
Thanks! I'll checkout them.
@mhartington It's great!
I feel that's a good idea. I have no clue python coding but it's worth trying at all events. I'm going to try it out. I'll add the following func:...
@prabirshrestha I see your comment in https://github.com/Shougo/unite.vim/issues/1083#issuecomment-163227101. And I like your idea: > Now someone needs to create a wrapper so that it uses native vim/neovim and fallbacks to python/ruby...
@mhartington > At least form the completion/TSSserver portion, anything in vimscript will block. So if it could be written in python, it could be used in both neovim and regular...