From cad0540600df10ef3e6735a80e575c7fca6a9d74 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Tue, 7 Apr 2026 17:29:47 +0100 Subject: [PATCH] fix biome --- nvim/files/lsp/biome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/files/lsp/biome.lua b/nvim/files/lsp/biome.lua index 0b6a6d2..14c537c 100644 --- a/nvim/files/lsp/biome.lua +++ b/nvim/files/lsp/biome.lua @@ -1,5 +1,5 @@ return { - cmd = { "biome", "lsp-proxy" }, + cmd = { "npx", "biome", "lsp-proxy" }, filetypes = { "javascript", "javascriptreact",