From 0d4e28bd88d08857128fdf6929340e50664a142c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 10 Mar 2024 14:08:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(nvim):=20add=20new?= =?UTF-8?q?=20filetypes=20to=20biome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/linting/biome.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/linting/biome.lua b/.config/nvim/lua/plugins/extras/linting/biome.lua index 72af89c5..25e56fce 100644 --- a/.config/nvim/lua/plugins/extras/linting/biome.lua +++ b/.config/nvim/lua/plugins/extras/linting/biome.lua @@ -34,6 +34,9 @@ return { ["typescript"] = { "biome" }, ["typescriptreact"] = { "biome" }, ["javascriptreact"] = { "biome" }, + ["astro"] = { "biome" }, + ["svelte"] = { "biome" }, + ["vue"] = { "biome" }, }) opts.formatters = {