Created
October 24, 2018 05:23
-
-
Save DrynnBavis/428183da6a3ec3e7a02109d030431eef 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 cursorline | |
| set number | |
| set noerrorbells | |
| set title | |
| let g:solarized_termcolors=16 | |
| set t_Co=16 | |
| syntax enable | |
| set background=dark | |
| colorscheme solarized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment