diff options
author | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-05 17:48:34 -0500 |
---|---|---|
committer | Michael Reed <Pyrohh@users.noreply.github.com> | 2015-11-05 17:48:34 -0500 |
commit | 32a9022db11ae0138de44feb5e4dbef64f4ae03b (patch) | |
tree | ddedae89cf8622135491e8f2c50b6f62fdb4faf9 | |
parent | dd087ea9c94d33c2a28f5859bebdcaed0872d096 (diff) | |
parent | 95fbfee201a78cb8842ff122961e66372eec1f72 (diff) | |
download | rneovim-32a9022db11ae0138de44feb5e4dbef64f4ae03b.tar.gz rneovim-32a9022db11ae0138de44feb5e4dbef64f4ae03b.tar.bz2 rneovim-32a9022db11ae0138de44feb5e4dbef64f4ae03b.zip |
Merge pull request #3609 from Pyrohh/snowch-patch-1
contrib: Clarify the intention of the YCM configuration
-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 |