Showing 1 changed files with 9 additions and 2 deletions
+9 -2
.vimrc
... ...
@@ -29,8 +29,11 @@ set visualbell t_vb=
29 29
 let dosbatch_cmdextversion = 1
30 30
 
31 31
 " pour Grammalecte
32
-set nocompatible
33
-filetype plugin on
32
+if filereadable($HOME . '/.Grammalecte/grammalecte-cli.py')
33
+    let g:grammalecte_cli_py=$HOME . '/.Grammalecte/grammalecte-cli.py'
34
+    set nocompatible
35
+    filetype plugin on
36
+endif
34 37
 
35 38
 "config curseur de la souris: 
36 39
 " --> pointeur souris masqué lors de l'édition
... ...
@@ -59,6 +62,10 @@ set wildmode=full
59 62
 set wildignore=*.bak,*.swp,*.o,*~,*.class,*.exe,*.obj,/CVS/,/.svn/,/.git/,*.so,*.a,*.lo,*.la,*.Plo,*.Po
60 63
 set wildmenu
61 64
 set wildchar=<TAB>
65
+if filereadable('/usr/share/dict/french')
66
+    set dict+=/usr/share/dict/french
67
+endif
68
+
62 69
 
63 70
 " configuration de l'impression
64 71
 "set pdev=CRDC-C3000