summaryrefslogtreecommitdiffstats
path: root/compiler/nim.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2018-12-26 10:41:57 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2018-12-26 10:41:57 +0100
commitd43b70d93987c94d15a352cf0026fb93d3317cc8 (patch)
tree74470b6cc30ddb4ef8ceb2ec557bc32ccccb5ebb /compiler/nim.vim
parentec1c94306953b678bb36572897bd218fe6c76506 (diff)
downloadvim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.tar.gz
vim-polyglot-d43b70d93987c94d15a352cf0026fb93d3317cc8.zip
Update
Diffstat (limited to 'compiler/nim.vim')
-rw-r--r--compiler/nim.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/nim.vim b/compiler/nim.vim
index 4b1bd0e8..edf1a5e9 100644
--- a/compiler/nim.vim
+++ b/compiler/nim.vim
@@ -23,5 +23,7 @@ CompilerSet errorformat=
let &cpo = s:cpo_save
unlet s:cpo_save
+let g:syntastic_nim_checkers = ['nim']
+
endif