Enable folding with marker.

This commit is contained in:
gardouille 2016-01-12 13:59:28 +01:00
parent 2137aa6fa0
commit 4dd3ae004f
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -72,6 +72,7 @@ set virtualedit=all " Permet de se déplacer la ou il
set formatoptions+=awt
"set colorcolumn=81 " Coloration bar caractère 80
set wrapmargin=0
set foldmethod=marker " Use folding with marker (default: {{{ or }}})
" Encodage par défaut des buffers et des fichiers
set encoding=utf-8