diff options
author | Nao Ueda <nao.uedder@gmail.com> | 2020-03-01 15:23:42 +0900 |
---|---|---|
committer | Nao Ueda <nao.uedder@gmail.com> | 2020-03-01 15:23:42 +0900 |
commit | 375dfb467e0c7b7ca8aaf4e755fefb4c672d2031 (patch) | |
tree | 012e24bd6f7b9ab624e07bc664899d5afdc24131 | |
parent | dd9dce2c02d8d51903e6288d1e68031e360a9e69 (diff) | |
download | vimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.tar.gz vimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.tar.bz2 vimrc-375dfb467e0c7b7ca8aaf4e755fefb4c672d2031.zip |
Change some plugin's posion where to load.
-rw-r--r-- | vimrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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' |