11 lines
263 B
Lua
11 lines
263 B
Lua
-- To disable indentation on the script and style
|
|
-- vim.g.svelte_indent_script = 0
|
|
-- vim.g.svelte_indent_style = 0
|
|
|
|
vim.g.svelte_preprocessor_tags = {
|
|
{name = "ts", tag = "script", as = "typescript"},
|
|
}
|
|
|
|
vim.g.svelte_preprocessors = {"typescript", "scss"}
|
|
|