From 2714a2f9f8492914d73e27f897b22df575fadd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 14 Oct 2024 09:26:52 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20extend=20biome=20form?= =?UTF-8?q?atter=20to=20css=20and=20graphql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/linting/biome.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/linting/biome.lua b/.config/nvim/lua/plugins/extras/linting/biome.lua index 9b0914ea..a0aea822 100644 --- a/.config/nvim/lua/plugins/extras/linting/biome.lua +++ b/.config/nvim/lua/plugins/extras/linting/biome.lua @@ -38,6 +38,8 @@ return { ["astro"] = { "biome" }, ["svelte"] = { "biome" }, ["vue"] = { "biome" }, + ["graphql"] = { "biome" }, + ["css"] = { "biome" }, }) opts.formatters = {