You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do? (required: The issue will be closed when not provided)
package main
typeBunch[Eany] []E
What did you expect to happen?
No syntax error reported.
What happened instead?
Configuration (MUST fill this out):
vim-go version:
f42b069ffd4ba756461b717411595ffc7b2bccb2
vimrc you used to reproduce:
vimrc
" VIM - GO "" disable all linters as that is taken care of by coc.nvimletg:go_diagnostics_enabled=0letg:go_metalinter_enabled= []
" don't jump to errors after metalinter is invokedletg:go_jump_to_error=0" run go imports on file saveletg:go_fmt_command="goimports"" automatically highlight variable your cursor is onletg:go_auto_sameids=0" Syntax highlightsletg:go_highlight_types=1letg:go_highlight_fields=1letg:go_highlight_functions=1letg:go_highlight_function_calls=1letg:go_highlight_operators=1letg:go_highlight_extra_types=1letg:go_highlight_build_constraints=1letg:go_highlight_generate_tags=1
Vim version (first three lines from :version):
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 30 2022 16:28:45)
Included patches: 1-3956
Modified by Solus
While vim-go does not yet have the syntax support for generics (it's in the works, and there's a draft PR already open if you want to try it), the error you're seeing is not from vim-go.
What did you do? (required: The issue will be closed when not provided)
What did you expect to happen?
No syntax error reported.
What happened instead?
Configuration (MUST fill this out):
vim-go version:
f42b069ffd4ba756461b717411595ffc7b2bccb2
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 30 2022 16:28:45)
Included patches: 1-3956
Modified by Solus
Go version (
go version
):go version go1.18 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:vim-go configuration:
vim-go configuration
filetype detection configuration:
filetype detection
coc settings:
coc settings
The text was updated successfully, but these errors were encountered: