diff --git a/vimrc b/vimrc index fbd0c10..13a74d0 100644 --- a/vimrc +++ b/vimrc @@ -3,6 +3,9 @@ filetype off filetype plugin indent on +" Activate syntax highlighting +syntax on + set nu set hls set si