mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
vim: only load ultisnips when python3 is available
This commit is contained in:
parent
ecd2472910
commit
78ee86c14a
|
@ -50,8 +50,10 @@ Plug 'junegunn/fzf.vim'
|
||||||
Plug 'https://github.com/ludovicchabant/vim-gutentags.git'
|
Plug 'https://github.com/ludovicchabant/vim-gutentags.git'
|
||||||
|
|
||||||
" snippets
|
" snippets
|
||||||
|
if has("python3")
|
||||||
Plug 'https://github.com/SirVer/ultisnips'
|
Plug 'https://github.com/SirVer/ultisnips'
|
||||||
Plug 'https://github.com/honza/vim-snippets'
|
Plug 'https://github.com/honza/vim-snippets'
|
||||||
|
endif
|
||||||
|
|
||||||
" Git gutter line
|
" Git gutter line
|
||||||
Plug 'https://github.com/airblade/vim-gitgutter'
|
Plug 'https://github.com/airblade/vim-gitgutter'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user