Created
December 2, 2010 23:09
-
-
Save zacman85/726291 to your computer and use it in GitHub Desktop.
My vimrc file
This file contains hidden or 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
syntax on | |
set bs=2 | |
set ruler | |
set history=50 | |
set noexpandtab | |
set shiftwidth=4 | |
set softtabstop=4 | |
set tabstop=4 | |
set autoindent | |
set smartindent | |
set showmatch | |
set incsearch | |
set virtualedit=all | |
set foldmethod=marker | |
set foldlevel=0 | |
:highlight Folded ctermfg=Gray ctermbg=Magenta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment