Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no autocomplete in go #428

Open
laplasz opened this issue Jan 25, 2023 · 1 comment
Open

no autocomplete in go #428

laplasz opened this issue Jan 25, 2023 · 1 comment

Comments

@laplasz
Copy link

laplasz commented Jan 25, 2023

  • Vim bootstrap version(number in first line): vim-bootstrap 2023-01-25 16:01:04
  • Operating system: linux
  • Vim/Nvim version: Vi IMproved 8.1
  • Languages: go

Description

no autocomplete for go - or how can I enable it?
Thanks

@IvanJijon
Copy link
Contributor

I had the same problem, I used YouCompleteMe in stead.

  1. Check for requirements in YCM installation instructions such as CMake
  2. Using your vim plugin manager: Plug 'ycm-core/YouCompleteMe'
  3. $ cd ~/.config/nvim/plugged/YouCompleteME
  4. $ python3 install.py --go-completer

Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants