Skip to content

Commit b041672

Browse files
committed
Enable jsdoc highlighting by default, fixes #667
1 parent 643a6d0 commit b041672

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

autoload/polyglot/init.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ call s:SetDefault('g:jsx_ext_required', 0)
8282
" Needed for sql highlighting
8383
call s:SetDefault('g:javascript_sql_dialect', 'sql')
8484

85+
" Enable jsdoc highlighting by default
86+
call s:SetDefault('g:javascript_plugin_jsdoc', 1)
87+
8588
" Make csv loading faster
8689
call s:SetDefault('g:csv_start', 1)
8790
call s:SetDefault('g:csv_end', 2)

0 commit comments

Comments
 (0)