Created
August 9, 2017 18:53
-
-
Save rouseguy/a614601847593733605b2be47348259e to your computer and use it in GitHub Desktop.
vimrc
This file contains 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 | |
syntax enable | |
set background=light | |
let g:solarized_contrast="high" | |
colorscheme solarized | |
set guifont=Hack:h20 | |
set showmatch | |
let python_highlight_all = 1 | |
set cursorline | |
set wildmenu | |
set hlsearch | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment