diff options
-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 ``` |