feat: improve web dev setup
This commit is contained in:
parent
84ffdb8380
commit
30e5c08129
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue