mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +00:00

Python-mode signaled a couple of issues here: - Multiple imports on same line. - Line too long.
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