vim-go icon indicating copy to clipboard operation
vim-go copied to clipboard

Go development plugin for Vim

Results 70 vim-go issues
Sort by recently updated
recently updated
newest added

gopls v0.18.0 just got released and [deprecated the `hoverKind` value `Strctured`](https://github.com/golang/tools/releases/tag/gopls%2Fv0.18.0) which vim-go uses: > The experimental Structured value for the [hoverKind option](https://github.com/golang/tools/blob/master/gopls/doc/settings.md#hoverkind-enum) is no longer supported. Can someone look...

Preserved existing functionality (user must opt-in to use the feature) Tested without issues Updated documentation to include mention and defaults. Let me know if there's any issues

### What did you do? (required: The issue will be **closed** when not provided) Feature request - I am submitting a PR for the changes shortly... Border chars are static,...

When adding breakpoints with `:GoDebugBreakpoint` these remain even after the debugger is shut down (i.e. `:GoDebugStop`). Is there a command to remove all set breakpoints?

### What did you do? I set `g:go_metalinter_command` to the same command I could see `:GoMetalinter` running when I had `g:go_debug=['shell-commands']` set. ``` :let g:go_metalinter_command="/home/me/go/bin/golangci-lint run --show-stats=false --output.text.print-issued-lines=false --build-tags playground...

### What did you do? (required: The issue will be **closed** when not provided) `:GoReportGithubIssue` ### What did you expect to happen? As noted in the issue template comment: ```...

From `make(1)`: If no -f option is present, make will look for the makefiles GNUmakefile, makefile, and Makefile, in that order.

### What did you do? I installed vim-go on Windows 10, using the vim packages install method. Saving a .go file triggers autoformatting, and that always failed with errors like...

### What did you do? (required: The issue will be **closed** when not provided) Started reading Go Tutorial, Quick Setup: 'go get' is no longer supported outside a module. ###...