Billie Cleek

Results 132 comments of Billie Cleek

> If I rm dein/.cache/init.vim/.dein/ftplugin/go/tagbar.vim -> /Users/chrisplo/.cache/dein/repos/github.com/fatih/vim-go/ftplugin/go/tagbar.vim then the tags will be seen. What does that mean? What are you removing? What's the `->` represent? > no tags shown. I'm...

This seems like it's something specific to your environment, but I'm not quite sure what it is. I'd recommend that you try duplicating this issue without dein. If you can...

Vim-go is unlikely to support mingw64 explicitly; I don't have a Windows machine to test with, and arguably one would be better off using Vim built for Windows than trying...

@bravoecho in those cases, the preview window that allows me to distinguish between the types that are implementing the methods. Are you not seeing the preview window on the right...

Won't fix. Ubuntu 20.04 is about to become the oldest supported Ubuntu LTS release, and its version of Vim is 8.1.2269 and therefore includes `bufadd()`

I took another look at this today, and I realized that it would be relatively easy to solve by including a call in the right place in the formatting handlers,...

@rwxguo I know this and the other PRs you've submitted, #3611 and #3608, have been sitting for a while. Thank you for submitting these, and my apologies for the delay....

I think the error message you're seeing is actually coming from `gopls` and is merely being surfaced by vim-go. I'm not sure if there's anything that vim-go can do about...

Yes, the problems is paths, but the systems ability to understand a path will depend on how it was compiled. In this case, it looks like `gopls` was compiled outside...

I'm not sure how to solve this. The problem is the the path has `/C:/c` where it should just be `/c`. I think this may be a consequence of effectively...