Python3 for syntastic and select with shift
This commit is contained in:
parent
22b20e3788
commit
7e9865956c
5
vimrc
5
vimrc
@ -63,6 +63,7 @@ let g:lightline = {
|
|||||||
let g:syntastic_check_on_open = 1 " Syntactic
|
let g:syntastic_check_on_open = 1 " Syntactic
|
||||||
let g:syntastic_enable_signs = 1 "
|
let g:syntastic_enable_signs = 1 "
|
||||||
let g:syntastic_python_checkers = ["flake8", "python"] "
|
let g:syntastic_python_checkers = ["flake8", "python"] "
|
||||||
|
let g:syntastic_python_python_exe = 'python3' "
|
||||||
|
|
||||||
let g:tagbar_status_func = "TagbarStatusFunc" " Tagbar
|
let g:tagbar_status_func = "TagbarStatusFunc" " Tagbar
|
||||||
let g:tagbar_compact = 1 "
|
let g:tagbar_compact = 1 "
|
||||||
@ -95,6 +96,10 @@ if has("gui_running")
|
|||||||
set guifont=Inconsolata-dz\ for\ Powerline:h12 " Font
|
set guifont=Inconsolata-dz\ for\ Powerline:h12 " Font
|
||||||
endif "
|
endif "
|
||||||
|
|
||||||
|
if has("gui_macvim") " Seleziona il testo con shift
|
||||||
|
let macvim_hig_shift_movement = 1 "
|
||||||
|
endif "
|
||||||
|
|
||||||
set spell spelllang=it " Controllo ortografico...
|
set spell spelllang=it " Controllo ortografico...
|
||||||
set nospell " ...solo quando serve
|
set nospell " ...solo quando serve
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user