From 95fbfee201a78cb8842ff122961e66372eec1f72 Mon Sep 17 00:00:00 2001 From: Chris Snow Date: Thu, 5 Nov 2015 18:13:20 +0000 Subject: [PATCH] contrib: Clarify the intention of the YCM configuration This setup is only meant for developers, not all users of YCM. --- contrib/YouCompleteMe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/YouCompleteMe/README.md b/contrib/YouCompleteMe/README.md index cd6393cd03..544fbb8a7b 100644 --- a/contrib/YouCompleteMe/README.md +++ b/contrib/YouCompleteMe/README.md @@ -2,7 +2,7 @@ ## What is this? -This provides the code necessary to configure vim's YCM plugin to provide C semantic support (completion, go-to-definition, etc) for the Neovim project. +This provides the code necessary to configure vim's YCM plugin to provide C semantic support (completion, go-to-definition, etc) for developers working on the Neovim project. ## Installation