> Can I turn off all the hints?

In your test directory, you can create a `config.nims` and put this in there 
for all the hints that you want to hide:
    
    
    hint("Processing", false) # Do not print the "Hint: .. [Processing]" 
messages when compiling
    
    
    Run

Reply via email to