]> git.rmz.io Git - dotfiles.git/commitdiff
vim: prefer python3 for Gundo
authorSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:15:35 +0000 (15:15 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 1 May 2021 14:25:48 +0000 (15:25 +0100)
I'm not really using Gundo much, I should, it's good.

vim/vimrc

index 53a48b092630dd039ba7c5e607379523d93a5b51..b25648ed9ba61f5f465520d0ae22270cde233017 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -619,6 +619,7 @@ augroup end
 
 " Gundo {{{2
 nnoremap <F7> :GundoToggle<CR>
+let g:gundo_prefer_python3 = 1
 
 " indent-guides {{{2
 let g:indent_guides_default_mapping = 0