summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc11
1 files changed, 2 insertions, 9 deletions
diff --git a/vimrc b/vimrc
index 17957b7..1a9beba 100644
--- a/vimrc
+++ b/vimrc
@@ -74,21 +74,14 @@ let g:plug_shallow = 0
call plug#begin('~/.vim/plugged')
-if has('python3')
- " 無効化しておかないとうるさい
- Plug 'SirVer/ultisnips'
-endif
-
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
Plug 'thomasfaingnaert/vim-lsp-snippets'
-
-if has('python3')
- Plug 'thomasfaingnaert/vim-lsp-ultisnips'
-endif
+Plug 'hrsh7th/vim-vsnip'
+Plug 'hrsh7th/vim-vsnip-integ'
" Plug 'yami-beta/asyncomplete-omni.vim'
" Plug 'machakann/asyncomplete-ezfilter.vim'