mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Create initial directory structure and configuration files
This commit is contained in:
commit
4a508536a9
0
vimpagerrc
Normal file
0
vimpagerrc
Normal file
12
vimrc
Normal file
12
vimrc
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user