Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit c625214

Browse files
committed
fix: change the default diagnostic_level #13
1 parent c8a8341 commit c625214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/diagnostic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if ! exists('g:diagnostic_auto_popup_while_jump')
4040
endif
4141

4242
if ! exists('g:diagnostic_level')
43-
let g:diagnostic_level = 'Warning'
43+
let g:diagnostic_level = 'Hint'
4444
endif
4545

4646

0 commit comments

Comments
 (0)