Ale: How can I disable it for C language...

Created on 1 Oct 2016  Â·  2Comments  Â·  Source: dense-analysis/ale

I use clang for C, How can I disable it only for C? How can use Clang compiler with plugin?

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.

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
.

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexlafroscia picture alexlafroscia  Â·  4Comments

sodiumjoe picture sodiumjoe  Â·  4Comments

trevordmiller picture trevordmiller  Â·  4Comments

trevordmiller picture trevordmiller  Â·  3Comments

janhellmich picture janhellmich  Â·  3Comments