From bb0c53959e11a978185c27f9a03b83bbd6065156 Mon Sep 17 00:00:00 2001 From: chxuan <787280310@qq.com> Date: Tue, 14 Aug 2018 20:50:54 +0800 Subject: [PATCH] add gvim/macvim settings --- .vimrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.vimrc b/.vimrc index 0832820a..eebed52b 100644 --- a/.vimrc +++ b/.vimrc @@ -89,6 +89,20 @@ set termencoding=utf-8 set encoding=utf8 set fileencodings=utf8,ucs-bom,gbk,cp936,gb2312,gb18030 +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +" gvim/macvim设置 +""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +if has("gui_running") + set guifont=Droid\ Sans\ Mono\ Nerd\ Font\ Complete:h18 " 设置字体 + set guioptions-=m " 隐藏菜单栏 + set guioptions-=T " 隐藏工具栏 + set guioptions-=L " 隐藏左侧滚动条 + set guioptions-=r " 隐藏右侧滚动条 + set guioptions-=b " 隐藏底部滚动条 + set showtabline=0 " 隐藏Tab栏 + set guicursor=n-v-c:ver5 " 设置光标为竖线 +endif + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 插件列表 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""