Browse Source

Activate syntax highlighting automatically

pull/4/head
Jérôme Deuchnord 5 years ago
parent
commit
6b39195126
1 changed files with 3 additions and 0 deletions
  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