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
let g:go_def_mapping_enabled = 0
let g:go_code_completion_enabled = 0
let g:go_gopls_enabled = 0
let g:go_doc_keywordprg_enabled = 0
let g:go_diagnostics_enabled = 0
let g:go_snippet_engine = ''
let g:go_highlight_trailing_whitespace_error = 0
let g:go_play_open_browser = 1
let g:go_highlight_chan_whitespace_error = 0
let g:go_highlight_extra_types = 0
let g:go_highlight_space_tab_error = 0
let g:go_highlight_array_whitespace_error = 0
let g:go_highlight_functions = 1
let g:go_metalinter_autosave_enabled = []
let g:go_fmt_command = 'goimports'
Vim version (first three lines from :version):
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jan 04 2024 03:00:35)
What did you do? (required: The issue will be closed when not provided)
foo.go
vim foo.go
)What did you expect to happen?
Import strings are highlighted correctly.
What happened instead?
Import string followed by the comment was not highlighted.
Configuration (MUST fill this out):
vim-go version: 14eedf6
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jan 04 2024 03:00:35)
Go version (
go version
):go version go1.22.2 darwin/amd64
Go environment
go env
Output:gopls version
gopls version
Output:The text was updated successfully, but these errors were encountered: