]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/ale/doc/ale-restructuredtext.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Do not set EDITOR/VISUAL for shell
[etc/vim.git] / .vim / bundle / ale / doc / ale-restructuredtext.txt
1 ===============================================================================
2 ALE reStructuredText Integration                 *ale-restructuredtext-options*
3
4
5 ===============================================================================
6 cspell                                            *ale-restructuredtext-cspell*
7
8 See |ale-cspell-options|
9
10
11 ===============================================================================
12 textlint                                        *ale-restructuredtext-textlint*
13
14 To use textlint at reStructuredText, please install `textlint-plugin-rst`.
15 https://github.com/jimo1001/textlint-plugin-rst
16 >
17   $ npm install textlint-plugin-rst
18
19 To install `textlint-plugin-rst`, `docutils-ast-writer` python package
20 must be installed.
21 See: https://github.com/jimo1001/docutils-ast-writer
22
23 See |ale-text-textlint|
24
25
26 ===============================================================================
27 write-good                                    *ale-restructuredtext-write-good*
28
29 See |ale-write-good-options|
30
31
32 ===============================================================================
33   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: