1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Create initial directory structure and configuration files

This commit is contained in:
Xavier Logerais 2015-03-01 20:44:10 +01:00
commit 4a508536a9
3 changed files with 12 additions and 0 deletions

0
gvimrc Normal file
View File

0
vimpagerrc Normal file
View File

12
vimrc Normal file
View File

@ -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