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

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