Created
August 1, 2020 02:34
-
-
Save yamao2253/4beabda713fdb8ac95e0d788d0057f96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" GVim on Windows (CHUWI MiniBook) | |
" Since 2019/11/23 | |
" 不可能なサイズにすると、真ん中に大きなサイズで置かれる? | |
set columns=120 | |
set lines=40 | |
" メニューバーを非表示 | |
set guioptions-=m | |
set guioptions-=T | |
" 左右のスクロールバーを非表示 | |
set guioptions-=r | |
set guioptions-=R | |
set guioptions-=l | |
set guioptions-=L | |
colorscheme molokai | |
"set guifont=Cica:h9 | |
set guifont=Cica:h14 | |
"set guifont=MyricaM_M:h15 | |
"set guifont=Ricty:h14 | |
" molokai.vimのitalicを禁止する | |
hi DiffText gui=bold | |
hi Macro gui=none | |
hi SpecialKey gui=none | |
hi Special gui=none | |
hi StorageClass gui=none | |
hi Tag gui=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment