Chen Mulong

Results 43 comments of Chen Mulong

Hi! When deoplete wants to do completion, it sends a rpc request to comrade intelliJ side through `comrade#RequestCompletion`, see https://github.com/beeender/Comrade/blob/33c0d2f62067d6d8714043daa44d6ae1b3642898/autoload/comrade.vim#L25 IntelliJ side handles the request here https://github.com/beeender/ComradeNeovim/blob/6006eaf8b26f1baec12cd84e190d7dc96cda4ed2/src/main/kotlin/org/beeender/comradeneovim/completion/CompletionManager.kt#L42 The response definition...

> It's me again, I tried Comrade with Deoplete to see how it fares, and I am not getting the same completion results as I am getting in IntelliJ. It...

> Oh, that really sucks. It means I won't be able to use Comrade for my work where I need to depend on much better completion. I'll still try to...

@joshua7v Maybe you can try to check the JetBrain side log to see if it receives the request from coc plugin.

It might be possible

Hmm, that would be a missing feature. Actually if you step into a file which is part of the project, I guess the neovim should open it automatically. The missing...

The function to do `GitGutterNextHunk` https://github.com/airblade/vim-gitgutter/blob/0469b8435ab8b2f25302ef04136591934730e56a/autoload/gitgutter/hunk.vim#L45 Had a quick look, it feels the two should work fine with each other since they both use their one buffer var to record...

Hmm, what was the file that AndroidStudio set it o readonly? > Android Studio had set the file to Read-only mode as it was confused as to the state of...

Does it work if the `load_term_conf` is `false`?