diff --git a/vimrc b/vimrc index 91b508f..c1dc0b0 100644 --- a/vimrc +++ b/vimrc @@ -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