I use clang for C, How can I disable it only for C? How can use Clang compiler with plugin?
I haven't added clang support as of yet, but I probably will soon. It
should be pretty easy to add.
You can disable all linters for a language by setting an empty array for
the language in your vimrc file.
let g:ale_linters = {'c': []}
On Sat, 1 Oct 2016, 22:35 Emrul Hasan Zawad, [email protected]
wrote:
I use clang for C, How can I disable it only for C? How can use Clang
compiler with plugin?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/w0rp/ale/issues/18, or mute the thread
https://github.com/notifications/unsubscribe-auth/ADWuvrUn-dZTsaO2rgIoBUvNFW6v7Jseks5qvsQZgaJpZM4KL2zC
.
Thank you @w0rp
Most helpful comment
I haven't added clang support as of yet, but I probably will soon. It
should be pretty easy to add.
You can disable all linters for a language by setting an empty array for
the language in your vimrc file.
On Sat, 1 Oct 2016, 22:35 Emrul Hasan Zawad, [email protected]
wrote: