[PATCH] D51297: [docs] Create a guide for Vim users on how to set up Clangd
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 13 00:29:34 PDT 2018
ioeric added inline comments.
================
Comment at: clang-tools-extra/docs/clangd.rst:111
+Editor Integration
+==================
----------------
While we are here, would you mind including some other editors/plugins that are known to work with clangd (just so that people don't think vim is the only editor that works)? E.g. `Eglot` works on emacs, `vscode` apparently works as well.
We should also mention that any other LSP clients should work with clangd in theory.
https://reviews.llvm.org/D51297
More information about the cfe-commits
mailing list