summaryrefslogtreecommitdiff
path: root/ale_linters/nim
AgeCommit message (Collapse)Author
2019-11-07Add nimcheck end_col optionstamago324
nimcheck
2019-10-17Add support for nimlsp (#2815)Jerko Steiner
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2017-11-19#852 - Capture error codes for nimcheckw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-06-06#620 Check the Nim files on disk insteadw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-06Make the nimcheck tests more reliablew0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-15Fix #257 in preparation for #427, standardise options with fallbacks, and ↵w0rp
make it so every value can be computed dynamically
2017-04-15Make code more consistentw0rp
2017-04-08Added a missing space to the nimcheck commandMathijs Saey
2017-04-07Update nimcheck.vim (#451)Mathijs Saey
Added a '--threads:on' switch to the nim check command so that it doesn't produce errors when using one of the various modules that require threads.
2017-03-22Fix problems with nim check (#404)baabelfish
* Fix problems with nim check - Multi file errors are not shown in the same buffer - Fixes parsing of error type that contain ':' * Remove redundant fnameescape
2017-03-18Add support for nim checkbaabelfish