commit 4a508536a98adf16f4040c553353c7126b5d38e4 Author: Xavier Logerais Date: Sun Mar 1 20:44:10 2015 +0100 Create initial directory structure and configuration files diff --git a/gvimrc b/gvimrc new file mode 100644 index 0000000..e69de29 diff --git a/vimpagerrc b/vimpagerrc new file mode 100644 index 0000000..e69de29 diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..5982ba7 --- /dev/null +++ b/vimrc @@ -0,0 +1,12 @@ + +" ------ [ Gestion des options ] ---------------------------------------------- +" We don't want vi compatibility. +set nocompatible + +" we have a fast terminal +set ttyfast + + +" ------ [ Gestion de la coloration syntaxique ] ---------------------------------------------- +syntax on +