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
| color molokai2 | |
| set guioptions=aAce | |
| set columns=120 | |
| set guifont=Inconsolata:h12 | |
| set wrap | |
| " screw those standards, i like my tabs being just that. tabs. | |
| set tabstop=4 | |
| set shiftwidth=4 | |
| set softtabstop=4 |