abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
384 stars 46 forks source link

Ycmd server can't start #502

Open Joxos opened 3 years ago

Joxos commented 3 years ago

I've set the settings according to the document, but it doesn't work. image image image Here are my settings: image image Thanks a lot to any help!

Joxos commented 3 years ago

By the way, I've set 'ycmd-startup-timeout' into 10s.

ChoppinBlockParty commented 3 years ago

I remember -u is important and make sure python3 is used and can start the server at all.

    ycmd-server-command `("python3" "-u" ,(file-truename "~/yuki/ycmd/ycmd"))