[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:56 PDT 2018


ioeric accepted this revision.
ioeric added inline comments.
This revision is now accepted and ready to land.


================
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
----------------
ioeric wrote:
> 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)
> ```
*It* would be nice...


https://reviews.llvm.org/D51297





More information about the cfe-commits mailing list