From f16e2491e1ab9fe9e4765499a89677e9850a6949 Mon Sep 17 00:00:00 2001 From: gaopengfei04 Date: Wed, 12 Dec 2018 12:17:57 +0800 Subject: [PATCH 1/2] update .vimrc --- .vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.vimrc b/.vimrc index 89ca96e5..212d76bc 100644 --- a/.vimrc +++ b/.vimrc @@ -57,6 +57,7 @@ set nowrap " 禁止折行 set backspace=2 " 使用回车键正常处理indent,eol,start等 set sidescroll=10 " 设置向右滚动字符数 set nofoldenable " 禁用折叠代码 +set mouse=a """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 代码补全 @@ -160,6 +161,14 @@ Plug 'Shougo/echodoc.vim' Plug 'terryma/vim-smooth-scroll' Plug 'rhysd/clever-f.vim' Plug 'vim-scripts/indentpython.vim' +Plug 'wesleyche/srcexpl' +Plug 'fatih/vim-go' +Plug 'vim-scripts/DrawIt' +Plug 'vim-scripts/taglist.vim' +Plug 'scrooloose/vim-slumlord' +Plug 'aklt/plantuml-syntax' +Plug 'vim-scripts/Conque-GDB' + " 加载自定义插件 if filereadable(expand($HOME . '/.vimrc.custom.plugins')) From 58b33f3bd0ee64f3838ee82aa1410811f4c3fb06 Mon Sep 17 00:00:00 2001 From: gaopengfei01 Date: Wed, 23 Jan 2019 16:01:39 +0800 Subject: [PATCH 2/2] add plugin --- .vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 212d76bc..63449f8e 100644 --- a/.vimrc +++ b/.vimrc @@ -167,8 +167,7 @@ Plug 'vim-scripts/DrawIt' Plug 'vim-scripts/taglist.vim' Plug 'scrooloose/vim-slumlord' Plug 'aklt/plantuml-syntax' -Plug 'vim-scripts/Conque-GDB' - +Plug 'dhruvasagar/vim-table-mode' " 加载自定义插件 if filereadable(expand($HOME . '/.vimrc.custom.plugins'))