Billie Cleek
Billie Cleek
Disabling diagnostics highlighting (i.e. `g:go_diagnostics_level`) results in the expected behavior. Diagnostic highlighting does a few things with autocmds and also sets text properties. I'm not yet sure exactly what's triggering...
Yes, this has come up a few times. A FAQ entry seems appropriate.
@nidhi-singh02 yes, I'd like to add this to the FAQ section in https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt. I would welcome a PR if you want to submit it.
Does https://github.com/gorilla/mux/pull/748 fix this for you?
> If we will enable golint warnings it will be annoying for 80% of users. Where'd 80% of users come from? Given `share of projects with >=30/>=50/>=100/==0 identifiers without comments`,...
Thank you @marcopeereboom. I'll leave this open while your PR to godef is evaluated. Interestingly, `gopls definition` exists now, and I wonder if vim-go should support it as an option....
> hey guys, I have same problem as you that godef has crashed when looking up a tag; How can i fix it? You have a couple of options: 1....
I'd be interested to find out why `gopls` doesn't work for you. I'm strongly considering removing `godef` support entirely.
The 20 seconds is a good clue that vim-go is having a hard time processing the response. Perhaps something is amiss with the buffer handling that vim-go uses for neovim.
Thank you for contributing again. With this change, it looks like `:GoUpdateBinaries` cannot be used to explicitly install/update a binary that is in `g:go_exclude_binaries`. Given `let g:go_exlude_binaries = ['dlv']`, `:GoUpdateBinaries...