aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Snow <chsnow123@gmail.com>2015-11-05 18:13:20 +0000
committerMichael Reed <m.reed@mykolab.com>2015-11-05 17:47:25 -0500
commit95fbfee201a78cb8842ff122961e66372eec1f72 (patch)
treeddedae89cf8622135491e8f2c50b6f62fdb4faf9
parentdd087ea9c94d33c2a28f5859bebdcaed0872d096 (diff)
downloadrneovim-95fbfee201a78cb8842ff122961e66372eec1f72.tar.gz
rneovim-95fbfee201a78cb8842ff122961e66372eec1f72.tar.bz2
rneovim-95fbfee201a78cb8842ff122961e66372eec1f72.zip
contrib: Clarify the intention of the YCM configuration
This setup is only meant for developers, not all users of YCM.
-rw-r--r--contrib/YouCompleteMe/README.md2
1 files changed, 1 insertions, 1 deletions
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