1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-18 12:00:30 +01:00

Gundo: use python3 without complaining about lack of python2

This commit is contained in:
2018-01-08 11:17:13 +01:00
parent 1b5bdd24df
commit 7725421800

2
vimrc
View File

@@ -45,7 +45,7 @@ Plug 'rust-lang/rust.vim', { 'for': 'rust' }
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'
Plug 'scrooloose/syntastic'
Plug 'sjl/gundo.vim'
Plug 'ikalnytskyi/gundo.vim', { 'branch': 'py3-if-no-other-choice' }
Plug 'skammer/vim-css-color'
Plug 'terryma/vim-multiple-cursors'
Plug 'tpope/vim-fugitive'