diff options
author | Chris Snow <chsnow123@gmail.com> | 2015-11-05 18:13:20 +0000 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-05 17:47:25 -0500 |
commit | 95fbfee201a78cb8842ff122961e66372eec1f72 (patch) | |
tree | ddedae89cf8622135491e8f2c50b6f62fdb4faf9 | |
parent | dd087ea9c94d33c2a28f5859bebdcaed0872d096 (diff) | |
download | rneovim-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.md | 2 |
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 |