We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff2226 commit f16e249Copy full SHA for f16e249
.vimrc
@@ -57,6 +57,7 @@ set nowrap " 禁止折行
57
set backspace=2 " 使用回车键正常处理indent,eol,start等
58
set sidescroll=10 " 设置向右滚动字符数
59
set nofoldenable " 禁用折叠代码
60
+set mouse=a
61
62
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
63
" 代码补全
@@ -160,6 +161,14 @@ Plug 'Shougo/echodoc.vim'
160
161
Plug 'terryma/vim-smooth-scroll'
162
Plug 'rhysd/clever-f.vim'
163
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
+
172
173
" 加载自定义插件
174
if filereadable(expand($HOME . '/.vimrc.custom.plugins'))
0 commit comments