Skip to content

Instantly share code, notes, and snippets.

@chobie
Created December 23, 2010 01:56
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 chobie/752433 to your computer and use it in GitHub Desktop.
Save chobie/752433 to your computer and use it in GitHub Desktop.
my .vimrc
set nocompatible
filetype indent plugin on
syntax on
set number
set hidden
set wildmenu
set showcmd
set hlsearch
set nomodeline
set ignorecase
set smartcase
set ruler
set autoindent
set nostartofline
set ruler
set laststatus=2
set confirm
set visualbell
set mouse=a
set cmdheight=2
set notimeout ttimeout ttimeoutlen=200
set shiftwidth=4
set softtabstop=4
set expandtab
set tabstop=4
set incsearch
set ic
let g:neocomplcache_enable_at_startup = 1
let g:unit_enable_start_insert = 1
let g:Vimshell_EnableIntractive = 1
nnoremap <silent> <C-r> :<C-u>Unite file<CR>
set lcs=tab:>.,trail:_,extends:\
highlight JpSpace cterm=underline ctermfg=Blue guifg=Blue
au BufRead,BufNew * match JpSpace / /
set list
set foldmethod=syntax
let php_folding=1
set foldlevel=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment