Bladeren bron

has xim in .gvimrc

raa0121 12 jaren geleden
bovenliggende
commit
a7ca76d2b1
1 gewijzigde bestanden met toevoegingen van 21 en 12 verwijderingen
  1. 21 12
      .gvimrc

+ 21 - 12
.gvimrc

@@ -1,12 +1,21 @@
-if has('win32') || has('win64')
-  set guifont=Ricty:h12
-elseif has('unix')
-  set guifont=Ricty\ 12
-endif
-colorscheme evening
-if has('multi_byte_ime')
-  highlight Cursor guifg=NONE guibg=Green
-  highlight CursorIM guifg=NONE guibg=Purple
-endif
-gui
-set transparency=240
+" ツールバーを削除
+set guioptions-=T
+
+"メニューを削除
+set guioptions-=m
+
+if has('win32') || has('win64')
+  set guifont=Ricty:h12
+elseif has('unix')
+  set guifont=Ricty\ 12
+endif
+colorscheme evening
+if has('multi_byte_ime') || has('xim')
+  highlight Cursor guifg=NONE guibg=Green
+  highlight CursorIM guifg=NONE guibg=Purple
+endif
+gui
+if has('win32') || has('win64')
+  set transparency 220
+endif
+