From e3c3d3b9ed0ef8b089ad5475d206d8875836eb0b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 6 Nov 2015 14:12:08 +0100 Subject: [PATCH] YouCompleteMe code completion plugin --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vimrc b/.vimrc index 49b2d8d..d3211dd 100644 --- a/.vimrc +++ b/.vimrc @@ -118,6 +118,12 @@ set complete+=kspell " Python autocompletion Plugin 'davidhalter/jedi-vim' +" code-completion engine +" sudo apt-get install build-essential cmake +" sudo apt-get install python-dev +" cd ~/.vim/bundle/YouCompleteMe +" ./install.py # For C-style languages: ./install.py --clang-completer +Plugin 'Valloric/YouCompleteMe' " Code checker. For python, install flake8 or pylint, preferably in the " virtualenv. For Django support, install pylint-django