mirror of
https://github.com/dense-analysis/ale
synced 2024-12-17 20:05:31 +00:00
ea643b97ab
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
6 lines
160 B
VimL
6 lines
160 B
VimL
scriptencoding utf-8
|
|
" Author: David Houston <houstdav000>
|
|
" Description: cspell support for Markdown files.
|
|
|
|
call ale#handlers#cspell#DefineLinter('markdown')
|