2

Fixing neovim and YouCompleteMe issue for Vim autocomplete?

 2 years ago
source link: https://kenanbek.github.io/neovim-youcompleteme-golang-issue
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Fixing neovim and YouCompleteMe issue for Vim autocomplete?

Published: Apr 24, 2021 / Last modified: Apr 24, 2021

After one of the updates, my You Complete Me setup, which I alongside my Go and vim-go setup, stoped working.

After some search that’s what fixed the issue for me.

# isntall neovim python
python -m pip install --upgrade pynvim
python2 -m pip install --upgrade pynvim
python3 -m pip install --upgrade pynvim

# execute Ycm install script
cd ~/.config/nvim/plugged/YouCompleteMe
./install.py

# restart Ycm server in neovim
:YcmRestartServer

My setup is:

  • MacOS
  • MacOS Terminal
  • zsh + oh my zsh + tmux
  • neovim

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK