Files
neovim/contrib/YouCompleteMe/README.md
2014-03-14 20:37:03 -03:00

16 lines
264 B
Markdown

# YouCompleteMe
## Installation
### Step 1
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
make -C ../.. cmake
```