Skip to content

Instantly share code, notes, and snippets.

@YuerLee
Created March 5, 2017 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YuerLee/2e3dc2bfda01b5a81d700cf4d929cc58 to your computer and use it in GitHub Desktop.
Save YuerLee/2e3dc2bfda01b5a81d700cf4d929cc58 to your computer and use it in GitHub Desktop.
vimrc
set number
syntax enable
set encoding=utf-8
set langmenu=zh_tw.utf-8
language message zh_TW.UTF-8
set fileencodings=ucs-bom,utf-8,big5,cp936,gb18030,euc-jp,euc-kr,latin1
set shiftwidth=4 " 設定縮排寬度 = 4
set tabstop=4 " tab 的字元數
set softtabstop=4
set expandtab " 用 space 代替 tab
set listchars=tab:»»,trail:·,extends:»,precedes:«
set list
set nocompatible
set backspace=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment