Skip to content

Instantly share code, notes, and snippets.

@allenfantasy
Forked from huacnlee/.vimrc
Created November 2, 2013 02:39
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 allenfantasy/7274861 to your computer and use it in GitHub Desktop.
Save allenfantasy/7274861 to your computer and use it in GitHub Desktop.
"Vim 配置文件 for Bash
filetype indent on
syntax on
set sw=2
set ts=2
set history=100
set iskeyword+=_,$,@,%,#,-
set backspace=2
set autoindent
set nowrap
set nobackup
setlocal noswapfile
set incsearch
set fileencodings=utf-8
au BufNewFile,Bufread *.scss set filetype=scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment