Organize vimrc

This commit is contained in:
2024-09-22 16:27:17 +02:00
parent 227944b184
commit 620a5863a3
13 changed files with 182 additions and 225 deletions

View File

@@ -0,0 +1,6 @@
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