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 hlsearch
|
||||
|
||||
" syntax
|
||||
filetype plugin on
|
||||
syntax on
|
||||
|
||||
|
||||
" rebinds
|
||||
" ==========
|
||||
|
|
Loading…
Add table
Reference in a new issue