From d9fe9f8da33d23c2647ecc4edf73617bf19f50f0 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Wed, 7 May 2025 17:40:10 +0300 Subject: feat: add `biome` as LSP client and formatter --- lua/config/plugins/formatting.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua/config/plugins/formatting.lua') diff --git a/lua/config/plugins/formatting.lua b/lua/config/plugins/formatting.lua index 9563905..6efe5d2 100644 --- a/lua/config/plugins/formatting.lua +++ b/lua/config/plugins/formatting.lua @@ -10,6 +10,15 @@ return { lua = { "stylua" }, nix = { "nixfmt" }, rust = { "rustfmt", lsp_format = "fallback" }, + + json = { "biome" }, + jsonc = { "biome" }, + javascript = { "biome" }, + javascriptreact = { "biome" }, + ["javascript.jsx"] = { "biome" }, + typescript = { "biome" }, + typescriptreact = { "biome" }, + ["typescript.jsx"] = { "biome" }, }, }) -- cgit v1.2.3-70-g09d2