1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

YouCompleteMe code completion plugin

This commit is contained in:
2015-11-06 14:12:08 +01:00
parent 737ee2b6bf
commit e3c3d3b9ed

6
.vimrc
View File

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