mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
1f84a4f811
Python-mode signaled a couple of issues here: - Multiple imports on same line. - Line too long. |
||
---|---|---|
.. | ||
README.md | ||
ycm_extra_conf.py |
YouCompleteMe
Installation
Step 1
Install YouCompleteMe.
Step 2
cp ycm_extra_conf.py ../../src/nvim/.ycm_extra_conf.py
echo src/nvim/.ycm_extra_conf.py >> ../../.git/info/exclude
make -C ../.. cmake