Add syntax highlighting
This commit is contained in:
parent
f0cf3705f7
commit
5bec799ebf
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -12,6 +12,10 @@ set showcmd
|
||||||
set incsearch
|
set incsearch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
|
||||||
|
" syntax
|
||||||
|
filetype plugin on
|
||||||
|
syntax on
|
||||||
|
|
||||||
|
|
||||||
" rebinds
|
" rebinds
|
||||||
" ==========
|
" ==========
|
||||||
|
|
Loading…
Add table
Reference in a new issue