mirror of
https://github.com/xlogerais/config-vim
synced 2025-07-04 11:00:45 +02:00
Add french spell dictionaries
This commit is contained in:
BIN
spell/fr.latin1.spl
Normal file
BIN
spell/fr.latin1.spl
Normal file
Binary file not shown.
BIN
spell/fr.latin1.sug
Normal file
BIN
spell/fr.latin1.sug
Normal file
Binary file not shown.
BIN
spell/fr.utf-8.spl
Normal file
BIN
spell/fr.utf-8.spl
Normal file
Binary file not shown.
BIN
spell/fr.utf-8.sug
Normal file
BIN
spell/fr.utf-8.sug
Normal file
Binary file not shown.
5
vimrc
5
vimrc
@ -10,3 +10,8 @@ set ttyfast
|
|||||||
" ------ [ Gestion de la coloration syntaxique ] ----------------------------------------------
|
" ------ [ Gestion de la coloration syntaxique ] ----------------------------------------------
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
|
||||||
|
" ------ [ Gestion de la correction d'orthographe ] ----------------------------------------------
|
||||||
|
setlocal nospell
|
||||||
|
setlocal spelllang=fr
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user