index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
nim
Age
Commit message (
Expand
)
Author
2019-11-07
Add nimcheck end_col options
tamago324
2019-10-17
Add support for nimlsp (#2815)
Jerko Steiner
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2017-11-19
#852 - Capture error codes for nimcheck
w0rp
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-08
Ban use of ==# or ==? in the codebase, and prefer is# or is? instead
w0rp
2017-06-06
#620 Check the Nim files on disk instead
w0rp
2017-05-12
#549 Temporarily revert shell escaping changes, just for Windows
w0rp
2017-05-08
#540 Fix shell escaping pretty much everywhere
w0rp
2017-05-06
Make the nimcheck tests more reliable
w0rp
2017-04-18
Add a function for getting matches, and use it to simplify a lot of code
w0rp
2017-04-15
Fix #257 in preparation for #427, standardise options with fallbacks, and mak...
w0rp
2017-04-15
Make code more consistent
w0rp
2017-04-08
Added a missing space to the nimcheck command
Mathijs Saey
2017-04-07
Update nimcheck.vim (#451)
Mathijs Saey
2017-03-22
Fix problems with nim check (#404)
baabelfish
2017-03-18
Add support for nim check
baabelfish