summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-03-01 14:52:34 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-03-01 14:52:34 +0900
commit6d07ecf3e45a8aa73c37fc6bf9595e5497a682a4 (patch)
tree45b61f6b6d549e6efbd8fedd5471a89b853c6709
parent2df6256315bece9ae766d45cfb8c6a05b6b6f638 (diff)
downloadvimrc-6d07ecf3e45a8aa73c37fc6bf9595e5497a682a4.tar.gz
vimrc-6d07ecf3e45a8aa73c37fc6bf9595e5497a682a4.tar.bz2
vimrc-6d07ecf3e45a8aa73c37fc6bf9595e5497a682a4.zip
Change the plugins for snippet.
-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'