]> git.draconx.ca Git - vimconf.git/blobdiff - vimrc
Enable syntax highlighting by default.
[vimconf.git] / vimrc
diff --git a/vimrc b/vimrc
index 15710eea0474e00dbe86126343139e6cc39e4b54..57b40215c95f1516010bc8197589d776fc1bc5ee 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,7 @@
 " Global stuff
 set ai backup
 autocmd Syntax * syntax sync fromstart
+syntax on
 
 " Try to prevent vim from seeing terminal escape sequences with user input
 set timeoutlen=100