Description
I'd like to make two suggestions to the docs about YCM.
First, there is a mention that g:ycm_clangd_binary_path
should be set to clangd
because the bundled one won't be updated. That's not true. As one of the maintainers of YCM, I assure you that it will be updated as soon as a new version of LLVM is released so I would suggest to remove the comment "which doesn't get updates". By the way, the exepath
call is not needed when setting that option since YCM already searches the executable in the PATH.
Second, the "and may be easier to install than YouCompleteMe" statement in the LanguageClient-neovim section should be removed. Docs should stay as neutral as possible especially when talking about editors and plugins.
I can prepare a PR if you agree with these suggestions.