Skip to content

Instantly share code, notes, and snippets.

@lolo32
Last active January 12, 2017 12:45
Configuration de Vim
" Active la coloration syntaxique
syntax on
" Coloration à utiliser
colorscheme elflord
" Affichage des caractères invisibles (tabulations, espaces de fin de ligne)
set list
set listchars=trail:·,tab:»·,nbsp:%,extends:╕,precedes:╘
" Affichage des paires correspondantes
set showmatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment