From: Samir Benmendil Date: Sat, 1 May 2021 14:15:35 +0000 (+0100) Subject: vim: prefer python3 for Gundo X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/82392c7d1565706b6c5cb97a8cad664cedcdcb88 vim: prefer python3 for Gundo I'm not really using Gundo much, I should, it's good. --- diff --git a/vim/vimrc b/vim/vimrc index 53a48b0..b25648e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -619,6 +619,7 @@ augroup end " Gundo {{{2 nnoremap :GundoToggle +let g:gundo_prefer_python3 = 1 " indent-guides {{{2 let g:indent_guides_default_mapping = 0