Add syntax highlighting

This commit is contained in:
Adam Gausmann 2018-02-06 12:23:23 -06:00
parent f0cf3705f7
commit 5bec799ebf

4
.vimrc
View file

@ -12,6 +12,10 @@ set showcmd
set incsearch
set hlsearch
" syntax
filetype plugin on
syntax on
" rebinds
" ==========