7 lines
264 B
VimL
7 lines
264 B
VimL
|
let g:javascript_plugin_jsdoc = 1 " jsdoc syntax highlighting
|
||
|
let g:javascript_plugin_flow = 1 " flow syntax highlighting
|
||
|
let g:javascript_conceal_function = "ƒ"
|
||
|
let g:javascript_conceal_return = "⇖"
|
||
|
let g:svelte_indent_script = 0
|
||
|
let g:svelte_indent_style = 0
|