2017-08-16 14:30:47 -05:00
|
|
|
execute pathogen#infect()
|
|
|
|
|
2017-09-08 14:53:40 -05:00
|
|
|
"colorscheme gruvbox
|
|
|
|
"set background=dark
|
|
|
|
colorscheme wal
|
2017-08-16 14:30:47 -05:00
|
|
|
let g:gruvbox_contrast_dark='medium'
|
|
|
|
|
|
|
|
syntax on
|
|
|
|
filetype plugin indent on
|
|
|
|
|
|
|
|
" Automatically read when a file is changed outside of Vim
|
|
|
|
set autoread
|
|
|
|
|
2017-08-16 14:42:24 -05:00
|
|
|
" Use XA_PRIMARY clipboard by default
|
|
|
|
set clipboard=unnamed
|
|
|
|
|
2017-08-18 13:07:47 -05:00
|
|
|
" Enable line numbering
|
|
|
|
set number
|
|
|
|
set relativenumber
|
|
|
|
|
2017-08-16 14:30:47 -05:00
|
|
|
" Enable 256-color support
|
|
|
|
" All of my machines support 256-color so this should be fine
|
|
|
|
set t_Co=256
|