diff --git a/vimrc b/vimrc index 9f6dc0f..5ab7ec5 100644 --- a/vimrc +++ b/vimrc @@ -48,7 +48,7 @@ if !platform#is_windows() let g:ycm_warning_symbol = '▸' let g:ycm_goto_buffer_command = 'horizontal-split' endif -if has('python') +if has('python') || has('python3') " ultisnips - snippet engine Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' endif