mirror of
https://github.com/xlogerais/config-vim
synced 2025-01-18 06:36:36 +01:00
13 lines
280 B
VimL
13 lines
280 B
VimL
|
|
" ------ [ 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
|
|
|