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:
6
.vimrc
6
.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
|
||||
|
||||
Reference in New Issue
Block a user