Migrate '.vim/after' to neovim

This commit is contained in:
2025-10-19 19:30:25 +02:00
parent d6875c97d9
commit afca2cae5d
10 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
vim.cmd([[
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
]])