Config: SpaceVim ajouté!

This commit is contained in:
2019-10-29 18:36:25 +01:00
parent 6d7b431450
commit a0c2e81a18
2 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,7 @@
" Affiche une colonne au caractère 80 et 120
set cc=80,120
" Coupe les lignes automatiquement
func! maconfig#after() abort
set wrap
endf