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 + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 插件列表 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""