[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 01:05:34 PDT 2018
ioeric added inline comments.
================
Comment at: clang-tools-extra/docs/clangd.rst:114
+
+There are multiple editors and plugins that are known to work with Clangd, such
+as :program:`VSCode` and ``vscode-clangd`` extension, :program:`Emacs` and
----------------
Thanks!
I would be nice if other editors can get their own sections like vim does :) For example:
```
vscode
(Something like vscode works well with clangd)
Vim
...
Emacs
(Eglot)
```
https://reviews.llvm.org/D51297
More information about the cfe-commits
mailing list