vim-bootstrap
vim-bootstrap copied to clipboard
no autocomplete in go
- 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.
- Check for requirements in YCM installation instructions such as CMake
- Using your vim plugin manager: Plug 'ycm-core/YouCompleteMe'
-
$ cd ~/.config/nvim/plugged/YouCompleteME -
$ python3 install.py --go-completer
Hope it helps.