1
0
mirror of https://github.com/xlogerais/config-vim synced 2025-01-18 06:36:36 +01:00
config-vim/vimrc

13 lines
280 B
VimL
Raw Normal View History

" ------ [ 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