Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Last active December 28, 2017 09:12
Show Gist options
  • Save fuqunaga/957793776e838b227acb74817c1912d0 to your computer and use it in GitHub Desktop.
Save fuqunaga/957793776e838b227acb74817c1912d0 to your computer and use it in GitHub Desktop.
if has('gui_macvim')
set antialias
set guioptions-=r " 右スクロールバー非表示
set guioptions-=R
set guioptions-=l " 左スクロールバー非表示
set guioptions-=L
set guifont=Osaka-Mono:h14
set lines=90 columns=200
endif
" disable menu bar & tool bar
set guioptions-=m
set guioptions-=t
" set transparency=220 " 透明度を指定
autocmd FocusGained * set transparency=240
autocmd FocusLost * set transparency=200
" set imdisable " IMを無効化
"フルスクリーンモード
" set fuoptions=maxvert,maxhorz
" autocmd GUIEnter * set fullscreen
syntax enable
set background=dark
colorscheme hybrid
set autoread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment