summaryrefslogtreecommitdiff
path: root/ale_linters/text/cspell.vim
blob: 813ef3b88e4e590e8c37ed76b06849ac77449365 (plain)
1
2
3
4
5
scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for general text files.

call ale#handlers#cspell#DefineLinter('text')