vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Add toml linter #2383

Open alexmozaidze opened 2 years ago

alexmozaidze commented 2 years ago

The title says it all. There is no toml linter available in syntastic

lcd047 commented 2 years ago

Syntastic is dead, you should consider using ALE instead. But if you insist on doing this feel free to find a suitable linter for TOML, and write the relevant code for a syntastic checker. An external checker would be best choice at this point.