Created
February 5, 2016 08:16
-
-
Save roobie/3d9e88f3f3cac1b3da92 to your computer and use it in GitHub Desktop.
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
| execute pathogen#infect() | |
| syntax on | |
| filetype plugin indent on | |
| set background=dark | |
| colorscheme solarized | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| set expandtab | |
| if has('gui_running') | |
| set guifont=Lucida_Console:h11 | |
| endif | |
| set encoding=utf-8 " The encoding displayed. | |
| set fileencoding=utf-8 " The encoding written to file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment