diff --git a/vimrc b/vimrc index 9a486776..d10b10c6 100644 --- a/vimrc +++ b/vimrc @@ -264,6 +264,11 @@ set grepformat=%f:%l:%c:%m " PLUGIN OPTIONS {{{ " =========================================================================== +" gundo +" ----- +" Without this, Gundo won't run because Python 2 isn't installed. +let g:gundo_prefer_python3 = 1 + " Ale " --------