Introduce nvim namespace: Fix contrib youcompleteme.

- Fix instructions to install youcompleteme configuration.
This commit is contained in:
Eliseo Martínez
2014-05-12 15:53:41 +02:00
parent 3b523ec699
commit 71c79b5b70

View File

@@ -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
```