diff options
Diffstat (limited to 'autoload/polyglot/init.vim')
-rw-r--r-- | autoload/polyglot/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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) |