ale/ale_linters/python/cspell.vim

6 lines
156 B
VimL

scriptencoding utf-8
" Author: David Houston <houstdav000>
" Description: cspell support for Python files.
call ale#handlers#cspell#DefineLinter('python')