Files
nix/dots/.vim/after/plugin/vim-javascript.vim
2025-10-04 18:28:04 +02:00

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