Skip to content

Instantly share code, notes, and snippets.

@lolo32
Last active January 12, 2017 12:45
Show Gist options
  • Save lolo32/1813cd156d9591dd5037c205696d5a6d to your computer and use it in GitHub Desktop.
Save lolo32/1813cd156d9591dd5037c205696d5a6d to your computer and use it in GitHub Desktop.
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