Enable UltiSnips when has('python3') is true
This commit is contained in:
parent
a6e299381e
commit
aae0389dca
2
vimrc
2
vimrc
@ -48,7 +48,7 @@ if !platform#is_windows()
|
|||||||
let g:ycm_warning_symbol = '▸'
|
let g:ycm_warning_symbol = '▸'
|
||||||
let g:ycm_goto_buffer_command = 'horizontal-split'
|
let g:ycm_goto_buffer_command = 'horizontal-split'
|
||||||
endif
|
endif
|
||||||
if has('python')
|
if has('python') || has('python3')
|
||||||
" ultisnips - snippet engine
|
" ultisnips - snippet engine
|
||||||
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
|
Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user