This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ALE (#NA; https://vimawesome.com/plugin/ale) | |
" | |
" CoC is used as the default choice in this ALE-CoC-mixed configuration. ALE is used only as a fallback for running | |
" scripts which CoC can not run. In order to make the behaviour uniform, regardless of how the linters are being run, | |
" this configuration makes CoC send its code-diagnostics to ALE and ALE is used to display them. | |
" GENERAL BEHAVIOUR | |
" Disable LSP features in ALE (offloaded to CoC) | |
" https://github.com/dense-analysis/ale#5iii-how-can-i-use-ale-and-cocnvim-together | |
" with :CocConfig and add `"diagnostic.displayByAle": true` |