From 7e9865956cc2a71c92057c474e3292f860425c9e Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Tue, 14 Jan 2014 00:24:49 +0100 Subject: [PATCH] Python3 for syntastic and select with shift --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) 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