Skip to content

Commit 3b7a7de

Browse files
committed
Fixed: amix#518
1 parent b58d3ab commit 3b7a7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrcs/plugins_config.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ let g:go_fmt_command = "goimports"
150150

151151

152152
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
153-
" => Syntastic (syntax checker)
153+
" => Ale (syntax checker and linter)
154154
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
155155
let g:ale_linters = {
156156
\ 'javascript': ['jshint'],

0 commit comments

Comments
 (0)