Comrade icon indicating copy to clipboard operation
Comrade copied to clipboard

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup.

Results 22 Comrade issues
Sort by recently updated
recently updated
newest added

Does this plugin only work with deoplete? Or would it also work with neovim LSP? If not, how much work do you think it would be to port it over...

Hi, This is not conclusive, but when doing `:%s` with preview on synced file, after pressing enter, neovim was hanged. It happened 3 times. When I did /gc, it went...

Happens from time to time. Maybe relate to neovim loses sync. ``` java.lang.IllegalStateException: This SyncBuffer has been released already. at org.beeender.comradeneovim.buffer.SyncBuffer.checkReleased(SyncBuffer.kt:142) at org.beeender.comradeneovim.buffer.SyncBuffer.navigate(SyncBuffer.kt:76) at org.beeender.comradeneovim.buffer.SyncBufferManager$nvimBufLinesEvent$1.invoke(SyncBufferManager.kt:148) at org.beeender.comradeneovim.buffer.SyncBufferManager$nvimBufLinesEvent$1.invoke(SyncBufferManager.kt:28) at org.beeender.comradeneovim.UtilsKt$sam$java_lang_Runnable$0.run(Utils.kt) at...

Happens from time to time. Maybe relate to neovim loses sync. ``` java.lang.IndexOutOfBoundsException: Wrong line: -1. Available lines count: 0 at com.intellij.openapi.editor.impl.LineSet.checkLineIndex(LineSet.java:200) at com.intellij.openapi.editor.impl.LineSet.getLineEnd(LineSet.java:194) at com.intellij.openapi.editor.impl.DocumentImpl.getLineEndOffset(DocumentImpl.java:1023) at org.beeender.comradeneovim.insight.InsightProcessor$process$1.run(InsightProcessor.kt:64) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:214)...

Happens from time to time. Maybe relate to neovim loses sync. ``` java.lang.Throwable: Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor or another way of limiting...

Hi, first of all this is an amazing plugin (Ingratiating neovim's speed and editing power with Jetbrains completion). **Thanks a lot.** I just have one request (/ query). Is it...

Hi, I typed `5p` on python, and for some reason, the same line was written 120000 times in the file. Notice that I might have left autosave on accidently. Don't...

I generally only reach for nvim when I need to do some heavy lifting that IdeaVim can't afford me. It would be incredible if I could open an IDE terminal...

enhancement

In neovim, Comrade adds errors and warnings from included files to the location list. These do not appear in the buffer in CLion. They make navigation between errors quite frustrating,...

enhancement

> Build of the IDE: IU-201.8538.31 Verdict: Compatible. 6 usages of deprecated API. 2 usages of internal API JetBrain sends those emails every day. Need to find a time to...

enhancement