Last active
January 12, 2017 12:45
-
-
Save lolo32/1813cd156d9591dd5037c205696d5a6d to your computer and use it in GitHub Desktop.
Configuration de Vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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