editor-bootstrap/vim-bootstrap

no autocomplete in go

laplasz opened this issue · 1 comments

  • 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

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.