ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.82k stars 450 forks source link

golang code hints default selected location is incorrect #1246

Closed JohnWickzzz closed 2 months ago

JohnWickzzz commented 2 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.5

Operating system/version

macOS 12.7.3

Terminal name/version

iTerm2 Build 3.5.0beta24

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

HTTPS (use_ssh = false)

How to reproduce the issue

image

  1. Use neovim open a golang file.
  2. Input 'go' char, wait the code hints.
  3. Default selection is not the first one.

Expected behavior

Code hints should select the first one, or like other language not select anyone. image

Actual behavior

No response

Additional information

No response