vimrc: syntax enable
This commit is contained in:
parent
c2881d8e4f
commit
a5471a9d6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue