From b0416720e7fd4434d5b444e411d1ef904ebc6d28 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 12:55:43 +0200 Subject: Enable jsdoc highlighting by default, fixes #667 --- autoload/polyglot/init.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autoload') diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index f41c44b0..1601eafb 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -82,6 +82,9 @@ call s:SetDefault('g:jsx_ext_required', 0) " Needed for sql highlighting call s:SetDefault('g:javascript_sql_dialect', 'sql') +" Enable jsdoc highlighting by default +call s:SetDefault('g:javascript_plugin_jsdoc', 1) + " Make csv loading faster call s:SetDefault('g:csv_start', 1) call s:SetDefault('g:csv_end', 2) -- cgit v1.2.3