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

More logical location of the config

This commit is contained in:
2017-12-06 21:09:46 +01:00
parent 3edd836359
commit c20ef403d3

6
.vimrc
View File

@@ -148,9 +148,6 @@ set complete+=kspell
" Also, vim-nox-py2 might be needed
Plugin 'davidhalter/jedi-vim'
"let g:jedi#force_py_version = 2
" YouCompleteMe interpreter version (should be the same as what YCM was
" compiled with):
let g:ycm_server_python_interpreter = '/usr/bin/python'
" code-completion engine
" sudo apt-get install build-essential cmake
@@ -158,6 +155,9 @@ let g:ycm_server_python_interpreter = '/usr/bin/python'
" cd ~/.vim/bundle/YouCompleteMe
" ./install.py # For C-style languages: ./install.py --clang-completer
Plugin 'Valloric/YouCompleteMe'
" YouCompleteMe interpreter version (should be the same as what YCM was
" compiled with):
let g:ycm_server_python_interpreter = '/usr/bin/python'
" Improved Django handling
Plugin 'tweekmonster/django-plus'