Created
October 18, 2011 12:52
-
-
Save eldewall/1295346 to your computer and use it in GitHub Desktop.
std 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 shiftwidth=2 | |
| set tabstop=2 | |
| set expandtab | |
| set smarttab | |
| set ai | |
| set si | |
| filetype plugin on | |
| filetype indent on | |
| colorscheme vividchalk | |
| syntax enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment