Skip to content

smile13241324/flycheck-nim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

flycheck-nim - Flycheck for Nim

License GPL 3

Flycheck-nim is a syntax checker definition for flycheck which supports the Nim programming language using the nim compiler as the backend.

Installation

Obtain Flycheck from MELPA or your favorite source. Then, insure that flycheck-nim.el is in your load-path and add

(require 'flycheck-nim)

to your init.el. Note that the mode being used for nim files must be either nim-mode or nimrod-mode.

Options

Flycheck-nim supports several options that allow for more user configurable checking. These include:

  • flycheck-nim-experimental: Enables the --experimental flag when non-nil
  • flycheck-nim-threads: Sets --threads:on flag when non-nil (on by default)
  • flycheck-nim-hints: Enable or disable compiler hints
  • flycheck-nim-warnings: Enable or disable compiler warnings
  • flycheck-nim-specific-hints: Enable or disable specific hints
  • flycheck-nim-specific-warnings: Enable or disable specific warnings
  • flycheck-nim-args: Any other compiler option the user chooses

About

A flycheck syntax checker for nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%