Skip to content

Where to put cspell? #3970

Discussion options

You must be logged in to vote

If you look at writegood implementation you can see all methods are defined inside autoload/ale/handlers/writegood.vim and then there are specific files for each language:

  • ale_linters/markdown/writegood.vim
  • ale_linters/asciidoc/writegood.vim
  • ale_linters/texinfo/writegood.vim
  • ale_linters/nroff/writegood.vim
  • ale_linters/xhtml/writegood.vim
  • ale_linters/html/writegood.vim
  • etc...

And each of these only call one method to define the linter for the respective language:

call ale#handlers#writegood#DefineLinter('po')

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cyntheticfox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants