From 82392c7d1565706b6c5cb97a8cad664cedcdcb88 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 May 2021 15:15:35 +0100 Subject: [PATCH] vim: prefer python3 for Gundo I'm not really using Gundo much, I should, it's good. --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1