#4 Fix missing syntax highlighting

Merged
Deuchnord merged 1 commits from fix-syntax-highlighting into master 5 years ago
  1. +3
    -0
      vimrc

+ 3
- 0
vimrc View File

@@ -3,6 +3,9 @@ filetype off

filetype plugin indent on

" Activate syntax highlighting
syntax on

set nu
set hls
set si


Loading…
Cancel
Save