From 793fbda16fef9fd5f9290dc62399d54fed02ee72 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 16 Nov 2015 23:44:44 +0000 Subject: Add various changes --- .vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index e56f9b3..adff415 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -50,6 +50,7 @@ let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsListSnippets="" let g:UltiSnipsSnippetDirectories=['UltiSnips', 'mySnippets'] let g:UltiSnipsSnippetsDir="~/.vim/mySnippets" +let g:UltiSnipsUsePythonVersion=3 let g:airline_left_sep='' let g:airline_right_sep='' @@ -73,6 +74,8 @@ let g:ctrlp_prompt_mappings = { \ 'PrtHistory(-1)': [''], \ 'PrtHistory(1)': [''],} +let g:gitgutter_max_signs=1000 + let g:pymode_rope=0 let g:syntastic_cpp_compiler = "g++" -- cgit v1.2.3