diff --git a/flake.nix b/flake.nix index 315c8fc..5de6d9c 100644 --- a/flake.nix +++ b/flake.nix @@ -21,6 +21,7 @@ prettier black nixfmt + eslint rustfmt nil python313Packages.python-lsp-server diff --git a/lua/plugins/completion/conform.lua b/lua/plugins/completion/conform.lua index b3f12c3..5d6ece7 100644 --- a/lua/plugins/completion/conform.lua +++ b/lua/plugins/completion/conform.lua @@ -8,6 +8,7 @@ require("conform").setup({ lua = { "stylua" }, javascript = { "prettier" }, html = { "prettier" }, + svelte = { "eslint" }, python = { "black" }, nix = { "nixfmt" }, css = { "prettier" },