From f5af03f509f6546b7db463669749cb88891e5742 Mon Sep 17 00:00:00 2001 From: Jose Carvajal Date: Wed, 18 Mar 2026 12:34:23 -0600 Subject: [PATCH] Add comment explaining how formatting with biome and conform works --- lua/kickstart/plugins/lspconfig.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index bd94a047..1d781da1 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -213,6 +213,9 @@ return { ts_ls = {}, -- TODO: make biome work as lsp for ts, js, tsx, jsx files instead of ts_ls biome = { + -- I need this here if I want conform formatting to work using biome for ts, tsx, js jsx files. + -- Another option is doing npm intall -g @biomejs/biome and commething this biome server + -- to have the formatter work too, and then uninstall from mason -- cmd = { 'biome', 'lsp-proxy' }, -- root_dir = require('lspconfig').util.root_pattern('package.json', '.git'), },