Skip to content

Instantly share code, notes, and snippets.

@littlebtc
Last active October 6, 2015 03:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save littlebtc/2927901 to your computer and use it in GitHub Desktop.
Save littlebtc/2927901 to your computer and use it in GitHub Desktop.
Littlebtc's .vimrc
" Vundle setup
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'Valloric/YouCompleteMe'
Bundle 'kchmck/vim-coffee-script'
Bundle 'othree/html5.vim'
Bundle 'matchit.zip'
Bundle 'MatchTag'
filetype plugin indent on
set fencs=ucs-bom,utf-8,big5,shift-jis,gb2312,latin1
set autoindent
set sw=2 ts=2 sts=2 et
set hls
set guifont=Monaco:h12
set wildmenu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment