Hello guys,
I have been trying to use Emac's nim-mode (https) and everything seems working fine, except for the linters. I am finding flycheck to be extremely buggy, and I wanted to try flymake. However, when I enable it, it doesn't seem to be highlighting any errors in the file. Are there any extra steps to make it work? Sorry for the noob question, I have started using Emacs just a couple of days ago.
Thank you. What I find weird, then, is that nimsuggest appears to be working just fine with other editors (like Viscose).
Have you perhaps succeeded in using flymake instead? When I turn flymake-mode on, it just won't highlight any errors.
I couldn't get any Nim linter to work in Emacs (doesn't stop me prefering Emacs though), and I just have this in my init.el for Flycheck:
(require 'nim-mode) (require 'flycheck-nim)