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

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