1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Make gundo use python3

This commit is contained in:
2018-07-03 09:30:21 +02:00
parent d6e551ecf1
commit 0864a40488

1
vimrc
View File

@@ -463,6 +463,7 @@ let g:DVB_TrimWS = 1
"}}} "}}}
"Gundo {{{2 "Gundo {{{2
map <Leader>u :GundoToggle<cr> map <Leader>u :GundoToggle<cr>
let g:gundo_prefer_python3 = 1
"}}} "}}}
"Jedi {{{ "Jedi {{{
" automatically popup is annoying " automatically popup is annoying