From a3a8b77502daa46d2a9208830b6f3c32c707978a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 6 Dec 2017 10:27:38 +0100 Subject: [PATCH] Some clarifying comments --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 5b0153f..2b2e1b5 100644 --- a/.vimrc +++ b/.vimrc @@ -148,6 +148,8 @@ 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 @@ -159,6 +161,7 @@ Plugin 'Valloric/YouCompleteMe' " Code checker. For python, install flake8 or pylint, preferably in the " virtualenv. For Django support, install pylint-django +"Disabled, using ALE instead (see below); the settings here are not needed "Plugin 'vim-syntastic/syntastic' set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()}