Richard Adenling

Results 6 comments of Richard Adenling

I had this problem and it seems to work if you replace `source` in the `go-vet` checker's command with `source-inplace`. The error that `go vet` outputs regarding internal imports happens...

This problem is due to a change in `locate-file-internal` (used by `locate-file` which is used by `locate-library`) which swaps the found file with the natively compiled file if found. This...

Thank you for notifying me! I'll test my plugin with the new version and see if that solves it.

I have but I haven't found a solution yet. It seems as if neovim closes the output pipes too soon when using the embedded terminal. I'm hoping a fix for...

@justinmk that patch didn't make a difference for me.

So, I've been digging into this and as far as I can tell, there are two parts to this problem: - If the external program exits before the terminal has...