Added json checker (jsonlint)
This commit is contained in:
parent
82cd096145
commit
00c5013c98
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ map gp :bp<cr>
|
||||||
let g:syntastic_python_checkers = ['prospector', 'python']
|
let g:syntastic_python_checkers = ['prospector', 'python']
|
||||||
let g:syntastic_javascript_checkers=['eslint']
|
let g:syntastic_javascript_checkers=['eslint']
|
||||||
let g:syntastic_html_checkers=['tidy']
|
let g:syntastic_html_checkers=['tidy']
|
||||||
|
let g:syntastic_json_checkers=['jsonlint']
|
||||||
|
|
||||||
" netrw settings
|
" netrw settings
|
||||||
let g:netrw_banner = 0
|
let g:netrw_banner = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue