Created
September 20, 2010 21:51
-
-
Save refractalize/588709 to your computer and use it in GitHub Desktop.
.vimrc file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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