-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close echo panel if it is empty #21
Comments
Just a heads up: we're actually thinking of deprecating coala-vim in favour of other code analysis plugins that do exactly the same thing. |
cool, what might be the alternative? |
Neomake looks very promising. Syntastic looks pretty neat too. |
How can I make |
@r2qokk I still haven't looked into it. Soon enough, though. Do you have any experience with syntastic? If so, we'd gladly accept a patch describing how to use coala in syntastic. |
I never go deep into let g:neomake_python_coala_maker = {
\ 'args': ['--no-config',
\ '--bears=CPDBear,PEP8Bear,PyImportSortBear,PyUnusedCodeBear,RadonBear',
\ '--files']} This setting produce nothing when I execute |
The message would show up during the scanning, and disappear when the scanning is done and leave the panel open.
Close the panel if it is empty, and try to preserve messages if it is useful.
The text was updated successfully, but these errors were encountered: