diff options
author | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-12 15:53:41 +0200 |
---|---|---|
committer | Eliseo Martínez <eliseomarmol@gmail.com> | 2014-05-15 20:46:02 +0200 |
commit | 71c79b5b7096427f26ac4c4b60244b503efc4b1b (patch) | |
tree | 3ca3cd6a33635c2103d6d3904ac2b16711556068 | |
parent | 3b523ec69927a987f7a106749bde3b825564bc0d (diff) | |
download | rneovim-71c79b5b7096427f26ac4c4b60244b503efc4b1b.tar.gz rneovim-71c79b5b7096427f26ac4c4b60244b503efc4b1b.tar.bz2 rneovim-71c79b5b7096427f26ac4c4b60244b503efc4b1b.zip |
Introduce nvim namespace: Fix contrib youcompleteme.
- Fix instructions to install youcompleteme configuration.
-rw-r--r-- | contrib/YouCompleteMe/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/YouCompleteMe/README.md b/contrib/YouCompleteMe/README.md index 6560d03d07..85bbe29dec 100644 --- a/contrib/YouCompleteMe/README.md +++ b/contrib/YouCompleteMe/README.md @@ -9,7 +9,7 @@ Install [YouCompleteMe](https://github.com/Valloric/YouCompleteMe). ### Step 2 ```bash -cp ycm_extra_conf.py ../../src/.ycm_extra_conf.py -echo src/.ycm_extra_conf.py >> ../../.git/info/exclude +cp ycm_extra_conf.py ../../src/nvim/.ycm_extra_conf.py +echo src/nvim/.ycm_extra_conf.py >> ../../.git/info/exclude make -C ../.. cmake ``` |