Qusic / atom-youcompleteme

YouCompleteMe for Atom Editor
MIT License
82 stars 34 forks source link

Include brief ycmd installation guidelines? #45

Closed kbarros closed 8 years ago

kbarros commented 8 years ago

The atom-youcompleteme README currently points to YouCompleteMe's README regarding installation of the ymcd package. YouCompleteMe's README seems to require installation of Vim and Vundle in order to install ymcd. Is this truly required, or can ymcd be installed independently of Vim? (The goal is Atom integration, after all.) In either case, maybe a short note can be added to atom-youcompleteme's README.

Qusic commented 8 years ago

https://github.com/Valloric/ycmd#building

scott-vsi commented 8 years ago

It was not clear to me that you only need to install ycmd, and not YouCompleteMe. Or even that ycmd is a library that can be installed separately. Perhaps instead of "Install the package", you could say "Install ycmd" and provide the link to https://github.com/Valloric/ycmd#building.

kbarros commented 8 years ago

This comment https://www.reddit.com/r/rust/comments/43inzn/youcompleteme_sublime_plugin_gets_rust_support/czihb6n and associated discussion makes me think that the full YouCompleteMe Vim installation is currently required to get ycmd. However, it would good if an expert could weigh in.

Qusic commented 8 years ago

You only need to install ycmd to use this package. If you have installed YouCompleteMe for vim, the ycmd bundled can also be used with this package.

Qusic commented 8 years ago

Ok. I updated the link in README.md.