Optionally include ultisnips if python3 is available
parent
ed96f72ac0
commit
0104387b04
|
@ -77,8 +77,10 @@ Plug 'tpope/vim-sleuth'
|
|||
" -----------------------------------------------------------------------------
|
||||
" - Snippets -
|
||||
" -----------------------------------------------------------------------------
|
||||
if !exists('g:loaded_python3_provider') || g:loaded_python3_provider != 0
|
||||
Plug 'SirVer/ultisnips'
|
||||
Plug 'honza/vim-snippets'
|
||||
endif
|
||||
|
||||
" -----------------------------------------------------------------------------
|
||||
" - Language support -
|
||||
|
|
Loading…
Reference in New Issue