Skip to content

Instantly share code, notes, and snippets.

@junmakii
Created February 10, 2014 00:08
Show Gist options
  • Select an option

  • Save junmakii/8908094 to your computer and use it in GitHub Desktop.

Select an option

Save junmakii/8908094 to your computer and use it in GitHub Desktop.
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set number
set ruler
set title
set linespace=0
set tabstop=2
set expandtab
set shiftwidth=2
set noswapfile
set autoindent
filetype plugin on
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment