Optionally include ultisnips if python3 is available

pull/1/head
Ensar Sarajčić 2021-01-19 11:17:32 +01:00
parent ed96f72ac0
commit 0104387b04
1 changed files with 4 additions and 2 deletions

View File

@ -77,8 +77,10 @@ Plug 'tpope/vim-sleuth'
" ----------------------------------------------------------------------------- " -----------------------------------------------------------------------------
" - Snippets - " - Snippets -
" ----------------------------------------------------------------------------- " -----------------------------------------------------------------------------
if !exists('g:loaded_python3_provider') || g:loaded_python3_provider != 0
Plug 'SirVer/ultisnips' Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets' Plug 'honza/vim-snippets'
endif
" ----------------------------------------------------------------------------- " -----------------------------------------------------------------------------
" - Language support - " - Language support -