Commit 58727ce

mo khan <mo@mokhan.ca>
2021-08-23 15:42:06
enable syntax highlighting
1 parent 5765318
Changed files (1)
vimrc
@@ -1,6 +1,8 @@
 "" Basic Settings {{{{
 ""
 
+syntax enable
+
 set autoindent
 set autoread
 set autowrite
@@ -96,7 +98,6 @@ endif
 
 runtime macros/matchit.vim
 color happy_hacking
-syntax on
 filetype plugin indent on
 set omnifunc=syntaxcomplete#Complete