add support for svelte files
This commit is contained in:
parent
6083bdb668
commit
f1612989ae
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ return {
|
||||||
typescriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
typescriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
||||||
javascript = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
javascript = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
||||||
javascriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
javascriptreact = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
||||||
|
svelte = expandFormatters({ { "prettierd", "prettier" }, "rustywind", lsp_format = "first" }),
|
||||||
|
|
||||||
-- TODO revisit these I'd like to use them but they are not in nixpkgs yet
|
-- TODO revisit these I'd like to use them but they are not in nixpkgs yet
|
||||||
-- https://nixos.org/guides/nix-pills/
|
-- https://nixos.org/guides/nix-pills/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue