Python3 for syntastic and select with shift

This commit is contained in:
Rnhmjoj 2014-01-14 00:24:49 +01:00
parent 22b20e3788
commit 7e9865956c

5
vimrc
View File

@ -63,6 +63,7 @@ let g:lightline = {
let g:syntastic_check_on_open = 1 " Syntactic
let g:syntastic_enable_signs = 1 "
let g:syntastic_python_checkers = ["flake8", "python"] "
let g:syntastic_python_python_exe = 'python3' "
let g:tagbar_status_func = "TagbarStatusFunc" " Tagbar
let g:tagbar_compact = 1 "
@ -95,6 +96,10 @@ if has("gui_running")
set guifont=Inconsolata-dz\ for\ Powerline:h12 " Font
endif "
if has("gui_macvim") " Seleziona il testo con shift
let macvim_hig_shift_movement = 1 "
endif "
set spell spelllang=it " Controllo ortografico...
set nospell " ...solo quando serve