vimrc: syntax enable

This commit is contained in:
Bill Niblock 2017-09-12 18:51:50 -04:00
parent c2881d8e4f
commit a5471a9d6a

View file

@ -7,7 +7,7 @@
" ============================================================================== " ==============================================================================
set nocompatible " Be IMproved (https://goo.gl/2RiJoo) set nocompatible " Be IMproved (https://goo.gl/2RiJoo)
if !exists('g:syntax_on') if !exists('g:syntax_on')
syntax on " Syntax hilighting syntax enable " Syntax hilighting
endif endif
filetype plugin indent on " Recognize filetype, indent, plugin files filetype plugin indent on " Recognize filetype, indent, plugin files
set encoding=utf-8 " Character encoding set encoding=utf-8 " Character encoding