home/.vimrc
Salt 85b63b8319 .vim, .vimrc: Heavy Vim configuration
Gruvbox, templates, and pathogen
2017-08-16 14:30:47 -05:00

16 lines
317 B
VimL

execute pathogen#infect()
colorscheme gruvbox
set background=dark
let g:gruvbox_contrast_dark='medium'
syntax on
filetype plugin indent on
" Automatically read when a file is changed outside of Vim
set autoread
" Enable 256-color support
" All of my machines support 256-color so this should be fine
set t_Co=256