Billie Cleek
Billie Cleek
I'm not quite sure what to make of this. I suspect it's related to the difficulties working with external processes in Neovim. Do you see the same problem with Vim?
Do you see the problem only when telepresence is involved? I'm not able to duplicate what you're describing in a simple reproduction attempt, and I'm wondering if you could reduce...
Doubtful, but if we're going to get to the bottom of this, then simplifying to a simple reproduction will be helpful.
Interesting. I suspect there's a race or message buffer handling error some place in vim-go's `debug.vim`. 🤔
vim-go won't parse the panic output, because there isn't a reliable way to tell non-panic output from the panic output, especially if there's a substantial output. vim-go really shouldn't show...
Yes. I'm planning to refactor the `:GoRun` so that it will parse compilation errors if there are any, but leave the runtime errors as output in the usual window that...
> It's a bit more work to pass in variables each time I need to debug. That being said, I know that maintaining any open source project requires commitment against...
Thank you for contributing. Why is this needed?
I don't see why that would be useful given that directories contain only a single package and function names are within a package a unique. You can navigate to the...
That's an interesting point; it may make sense for the ctrlp and fzf integrations to be more consistent in their presentation. Honestly, I'd lean more towards removing the file info...