Created
April 28, 2012 17:38
-
-
Save gsf/2520705 to your computer and use it in GitHub Desktop.
vimrc
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
| set expandtab | |
| set hidden | |
| set incsearch | |
| set noshowmatch | |
| set showcmd | |
| set smartcase | |
| set smarttab | |
| set sw=4 | |
| set ts=4 | |
| autocmd FileType css,html,htmldjango,javascript,php | |
| \ setlocal sw=2 | | |
| \ setlocal ts=2 | |
| let loaded_matchparen = 1 " Don't highlight brackets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment