Skip to content

Commit

Permalink
Vim: Prefer Python3 for gundo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Apr 28, 2018
1 parent a9d6561 commit 6241000
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Expand Up @@ -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
" --------

Expand Down

0 comments on commit 6241000

Please sign in to comment.