nim-lang / nim-mode

An emacs major mode for the Nim programming language
137 stars 46 forks source link

Fixed not-stated misstyping & flycheck never ready #220

Closed Rational-Curiosity closed 5 years ago

Rational-Curiosity commented 5 years ago

Hello.

First, thank you for this package. I have started using nim right now.

When I start emacs, example: emacs test.nim, flycheck don't finish checking test.nim file.

Then I restart flycheck (M-x flycheck-mode, M-x flycheck-mode) and checking finish properly.

Emacs version 26.1

flycheck version 20181127.1510 (actual developer)

init.el

(add-hook 'prog-mode-hook 'flycheck-mode) (add-hook 'nim-mode-hook 'nimsuggest-mode) ;; elpa autoloaded ;; (add-hook 'nimsuggest-mode-hook 'flycheck-nimsuggest-setup)

Best regards. Hector

yuutayamada commented 5 years ago

Thank you!