summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-06-09 12:55:43 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-06-09 12:55:43 +0200
commitb0416720e7fd4434d5b444e411d1ef904ebc6d28 (patch)
tree835a6027858db615abf67aa88e616e4712337413
parent643a6d0a132c5207772f9e38bb8ceb8207bd2316 (diff)
downloadvim-polyglot-b0416720e7fd4434d5b444e411d1ef904ebc6d28.tar.gz
vim-polyglot-b0416720e7fd4434d5b444e411d1ef904ebc6d28.zip
Enable jsdoc highlighting by default, fixes #667
-rw-r--r--autoload/polyglot/init.vim3
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)