From a108d3a16c509f1a65209816a664e4bc437ce284 Mon Sep 17 00:00:00 2001 From: zeekling Date: Sat, 3 Jul 2021 17:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=96=B0vimrc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index fee3d5c..e15c750 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -64,7 +64,7 @@ Plug 'junegunn/vim-easy-align',{'for':['java','c','python','markdown','sh','shel Plug 'thinca/vim-quickrun',{'for':['java','c','python','sh','shell','c++']} " auto complete -Plug 'Valloric/YouCompleteMe',{'do':'./install.py --clang-completer --clang-completer','for':['java','sql','vim','python','c','html','css','javascript','sh','shell']} +Plug 'Valloric/YouCompleteMe',{'do':'./install.py --clang-completer --java-completer','for':['java','sql','vim','python','c','html','css','javascript','sh','shell']} " Plug 'maralla/completor.vim',{'for':['java','sql','vim','python','c','html','css','javascript','sh','shell']} Plug 'SirVer/ultisnips',{'for':['java','sql','vim','python','c','html','css','javascript','sh','shell']} Plug 'honza/vim-snippets',{'for':['java','sql','vim','python','c','html','css','javascript','sh','shell']} @@ -89,7 +89,7 @@ Plug 'iamcco/markdown-preview.vim', { 'for': 'markdown' } " Plug 'hynek/vim-python-pep8-indent', { 'for': 'python' } " Plug 'Glench/Vim-Jinja2-Syntax', { 'for': 'python' } " Plug 'davidhalter/jedi-vim', { 'for': 'python' } -Plug 'python-mode/python-mode', { 'for': 'python','branch': 'develop' } +" Plug 'python-mode/python-mode', { 'for': 'python','branch': 'develop' } Plug 'tell-k/vim-autopep8', {'for': 'python'} " Plug 'fisadev/vim-isort',{'for':'python'} " sql