feat: improve web dev setup

This commit is contained in:
Youwen Wu 2024-10-17 00:59:39 -07:00
parent 84ffdb8380
commit 30e5c08129
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,8 @@ M.setup = function()
}) })
lspconfig.marksman.setup({}) lspconfig.marksman.setup({})
lspconfig.tinymist.setup({}) lspconfig.tinymist.setup({})
lspconfig.svelte.setup({})
lspconfig.tailwindcss.setup({})
end end
return M return M

View file

@ -60,6 +60,8 @@ return {
toml = { "taplo", stop_after_first = true }, toml = { "taplo", stop_after_first = true },
yaml = { "prettierd", "prettier", stop_after_first = true }, yaml = { "prettierd", "prettier", stop_after_first = true },
typst = { "typstyle" }, typst = { "typstyle" },
tsx = { "prettier" },
svelte = { "prettier" },
}, },
}) })