Skip to content

Instantly share code, notes, and snippets.

@masuhajime
Created July 30, 2014 03:09
Show Gist options
  • Save masuhajime/b2224dc6e2ffbc327cef to your computer and use it in GitHub Desktop.
Save masuhajime/b2224dc6e2ffbc327cef to your computer and use it in GitHub Desktop.
.vimrc
set encoding=japan
set fileencodings=sjis,utf-8,iso-2022-jp,euc-jp
set nu
colorscheme darkblue
set expandtab
set tabstop=4
set shiftwidth=4
set nocompatible
set title
"" show match quote like ()
set matchtime=2
set wildmenu
"" show vim status line
set laststatus=2
"" status line info
set statusline=%n\:%y%F\ \|%{(&fenc!=''?&fenc:&enc).'\|'.&ff.'\|'}%m%r%=<%l/%L:%p%%>
"" status line color
highlight StatusLine term=NONE cterm=NONE ctermfg=black ctermbg=white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment