mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 22:55:10 +01:00
Some clarifying comments
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -148,6 +148,8 @@ set complete+=kspell
|
|||||||
" Also, vim-nox-py2 might be needed
|
" Also, vim-nox-py2 might be needed
|
||||||
Plugin 'davidhalter/jedi-vim'
|
Plugin 'davidhalter/jedi-vim'
|
||||||
"let g:jedi#force_py_version = 2
|
"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'
|
let g:ycm_server_python_interpreter = '/usr/bin/python'
|
||||||
|
|
||||||
" code-completion engine
|
" code-completion engine
|
||||||
@@ -159,6 +161,7 @@ Plugin 'Valloric/YouCompleteMe'
|
|||||||
|
|
||||||
" Code checker. For python, install flake8 or pylint, preferably in the
|
" Code checker. For python, install flake8 or pylint, preferably in the
|
||||||
" virtualenv. For Django support, install pylint-django
|
" virtualenv. For Django support, install pylint-django
|
||||||
|
"Disabled, using ALE instead (see below); the settings here are not needed
|
||||||
"Plugin 'vim-syntastic/syntastic'
|
"Plugin 'vim-syntastic/syntastic'
|
||||||
set statusline+=%#warningmsg#
|
set statusline+=%#warningmsg#
|
||||||
set statusline+=%{SyntasticStatuslineFlag()}
|
set statusline+=%{SyntasticStatuslineFlag()}
|
||||||
|
|||||||
Reference in New Issue
Block a user