Skip to content

Commit a92bfa4

Browse files
committed
set pymode's default python to python3
1 parent c64c71f commit a92bfa4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

plugin/pymode.vim

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ filetype plugin on
1919
" OPTIONS: {{{
2020

2121
" Vim Python interpreter. Set to 'disable' for remove python features.
22-
call pymode#default('g:pymode_python', '')
22+
call pymode#default('g:pymode_python', 'python3')
2323

2424
" Disable pymode warnings
2525
call pymode#default('g:pymode_warning', 1)
@@ -274,10 +274,6 @@ if &compatible
274274
endif
275275
filetype plugin on
276276

277-
" Disable python-related functionality
278-
" let g:pymode_python = 'disable'
279-
" let g:pymode_python = 'python3'
280-
281277
" UltiSnips Fixes
282278
if !len(g:pymode_python)
283279
if exists('g:_uspy') && g:_uspy == ':py'

0 commit comments

Comments
 (0)