Skip to content

Commit f16e249

Browse files
gaopengfei04高鹏飞
authored andcommitted
update .vimrc
1 parent 6ff2226 commit f16e249

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vimrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ set nowrap " 禁止折行
5757
set backspace=2 " 使用回车键正常处理indent,eol,start等
5858
set sidescroll=10 " 设置向右滚动字符数
5959
set nofoldenable " 禁用折叠代码
60+
set mouse=a
6061

6162
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
6263
" 代码补全
@@ -160,6 +161,14 @@ Plug 'Shougo/echodoc.vim'
160161
Plug 'terryma/vim-smooth-scroll'
161162
Plug 'rhysd/clever-f.vim'
162163
Plug 'vim-scripts/indentpython.vim'
164+
Plug 'wesleyche/srcexpl'
165+
Plug 'fatih/vim-go'
166+
Plug 'vim-scripts/DrawIt'
167+
Plug 'vim-scripts/taglist.vim'
168+
Plug 'scrooloose/vim-slumlord'
169+
Plug 'aklt/plantuml-syntax'
170+
Plug 'vim-scripts/Conque-GDB'
171+
163172

164173
" 加载自定义插件
165174
if filereadable(expand($HOME . '/.vimrc.custom.plugins'))

0 commit comments

Comments
 (0)