emacs-ycmd icon indicating copy to clipboard operation
emacs-ycmd copied to clipboard

Ycmd server can't start

Open Joxos opened this issue 5 years ago • 2 comments

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 avatar Oct 17 '20 03:10 Joxos

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

Joxos avatar Oct 17 '20 03:10 Joxos

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"))

ChoppinBlockParty avatar Feb 13 '21 19:02 ChoppinBlockParty