Skip to content

Instantly share code, notes, and snippets.

@refractalize
Created September 20, 2010 21:51
Show Gist options
  • Save refractalize/588709 to your computer and use it in GitHub Desktop.
Save refractalize/588709 to your computer and use it in GitHub Desktop.
.vimrc file
set hidden
set shiftwidth=4
set tabstop=4
set expandtab
set smarttab
set hlsearch
colorscheme darkblue
filetype plugin on
filetype indent on
syntax on
set path+=** " allow searching all files and subdirectories in current directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment