浏览代码

some update

raa0121 11 年之前
父节点
当前提交
8b457bef3a
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 2
      .gvimrc
  2. 1 0
      .vimrc

+ 2 - 2
.gvimrc

@@ -12,9 +12,9 @@ set langmenu=ja_jp.utf-8
 source $VIMRUNTIME/menu.vim
 
 if has('win32') || has('win64')
-  set guifont=Aicty:h12
+"  set guifont=Aicty:h12
 elseif has('unix')
-  set guifont=RictyforPowerline\ 12
+"  set guifont=RictyforPowerline\ 12
 endif
 if has('multi_byte_ime') || has('xim')
   highlight Cursor guifg=NONE guibg=Green

+ 1 - 0
.vimrc

@@ -79,6 +79,7 @@ call neobundle#rc(expand('~/.bundle'))
 
 let g:neobundle_default_git_protocol='https'
 
+NeoBundle 'thinca/vim-threes'
 NeoBundle 'vim-jp/vimdoc-ja'
 NeoBundle 'itchyny/calendar.vim'