Browse Source

Ajout de deux options normalement mise par défaut
(syntax enable et nocompatible)

Thibaut Marty 10 years ago
parent
commit
bdfd40eea7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      vimrc

+ 6 - 0
vimrc

@@ -1,3 +1,6 @@
+"# Pas de compatibilité avec Vi (meilleur comportement)
+set nocompatible
+
 "# Encodage général
 set encoding=utf-8
 
@@ -142,5 +145,8 @@ try
 catch
 endtry
 
+"# Active la coloration syntaxique
+syntax enable
+
 "# Couleur pour GitGutter
 highlight SignColumn ctermbg=232