nvim-config/after/plugin/svelte.lua
2023-05-08 18:41:49 +01:00

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"}