abingham / emacs-ycmd

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

make ycmd use projectile root directory as current working directory #430

Closed amosbird closed 7 years ago

amosbird commented 7 years ago

Hi, is there a way to make ycmd use projectile root directory as current working directory? This would ease manual crafting of ycmd flags with relative include search paths.

abingham commented 7 years ago

Did you figure out how to do what you wanted?

amosbird commented 7 years ago

@abingham well, I think adjusting ycmd_conf.py will do. That's not an emacs-ycmd issue though :smile:

abingham commented 7 years ago

Cool, I was thinking something like that might work. I'm glad you got it sorted!