File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,18 @@ this line in you ~/.vimrc: >
86
86
87
87
4.2 Installing Grammalecte
88
88
89
- To use this plugin, you need to install the Python Grammalecte program.
90
- For this, unzip the OXT file into a folder of your liking, say
91
- $HOME/Grammalecte-fr-v0.5.14, and point let g:grammalect_cli_py towards it:
89
+ To use this plugin, you need to install the Python Grammalecte command
90
+ line interface available at: https://dicollecte.org/grammalecte/telecharger.php
92
91
93
- let g:grammalect_cli_py='$HOME/Grammalecte-fr-v0.5.14/pythonpath/cli.py'
92
+ Here is how to install Grammalecte CLI:
93
+
94
+ $ mkdir Grammalecte-fr-v0.5.17
95
+ $ wget http://www.dicollecte.org/grammalecte/oxt/Grammalecte-fr-v0.5.17.zip
96
+ $ unzip Grammalecte-fr-v0.5.17.zip
97
+
98
+ Then set g:grammalect_cli_py in your .virmc to point to the file cli.py:
99
+
100
+ let g:grammalect_cli_py='$HOME/Grammalecte-fr-v0.5.17/cli.py'
94
101
95
102
============================================================================
96
103
@@ -107,7 +114,7 @@ g:grammalecte_cli_py *g:grammalecte_cli_py*
107
114
108
115
Example: >
109
116
110
- :let g:grammalect_cli_py='$HOME/Grammalecte-fr-v0.5.14/pythonpath /cli.py'
117
+ :let g:grammalect_cli_py='$HOME/Grammalecte-fr-v0.5.17 /cli.py'
111
118
112
119
g:gammalecte_disable_rules *g:grammalecte_disable_rules*
113
120
You can’t perform that action at this time.
0 commit comments