summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNao Ueda <nao.uedder@gmail.com>2020-03-01 15:23:42 +0900
committerNao Ueda <nao.uedder@gmail.com>2020-03-01 15:23:42 +0900
commit375dfb467e0c7b7ca8aaf4e755fefb4c672d2031 (patch)
tree012e24bd6f7b9ab624e07bc664899d5afdc24131
parentdd9dce2c02d8d51903e6288d1e68031e360a9e69 (diff)
downloadvimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.tar.gz
vimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.tar.bz2
vimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.zip
Change some plugin's posion where to load.
-rw-r--r--vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 88d97f2..f10cccd 100644
--- a/vimrc
+++ b/vimrc
@@ -75,11 +75,12 @@ let g:plug_shallow = 0
call plug#begin('~/.vim/plugged')
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'
+
+Plug 'prabirshrestha/asyncomplete.vim'
+Plug 'prabirshrestha/asyncomplete-lsp.vim'
+
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'