aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2023-01-14 20:44:39 +0500
committerMichał Górny <mgorny@gentoo.org>2023-02-01 12:03:43 +0100
commit8abf42d2035374df1c87cb1b26039393c807ddd5 (patch)
treeefbd2f0ba219958f28e1b8be937c997a36468af3 /README.rst
parentplugin/newebuild.vim: adjust dev-java template (diff)
downloadgentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.tar.gz
gentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.tar.bz2
gentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.zip
pkgcheck: add new ALE linterv6
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Closes: https://github.com/gentoo/gentoo-syntax/pull/52 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6617aa4..5cb4009 100644
--- a/README.rst
+++ b/README.rst
@@ -11,8 +11,11 @@ Installing
* Gentoo users: ``emerge app-vim/gentoo-syntax``
* Everyone else: ``make PREFIX=~/.vim/ install``
-This plugin also provides a syntax checker for ebuilds and eclasses. To enable
-it, you need to install Syntastic_ and pkgcheck_ first::
+Syntastic
+---------
+
+This plugin provides a syntax checker for ebuilds and eclasses. To enable it,
+you need to install Syntastic_ and pkgcheck_ first::
# emerge app-vim/syntastic dev-util/pkgcheck
@@ -29,6 +32,14 @@ and enable it for filetype "sh"::
.. _Syntastic: https://github.com/vim-syntastic/syntastic
.. _pkgcheck: https://github.com/pkgcore/pkgcheck
+Asynchronous Lint Engine
+------------------------
+
+A pkgcheck-based linter for ALE_ is also installed. It will be enabled
+automatically if pkgcheck_ is installed, no manual action is required.
+
+.. _ALE: https://github.com/dense-analysis/ale
+
Bugs
====