Add comment explaining how formatting with biome and conform works

This commit is contained in:
Jose Carvajal 2026-03-18 12:34:23 -06:00
parent 7c3a4bd063
commit f5af03f509
1 changed files with 3 additions and 0 deletions

View File

@ -213,6 +213,9 @@ return {
ts_ls = {}, ts_ls = {},
-- TODO: make biome work as lsp for ts, js, tsx, jsx files instead of ts_ls -- TODO: make biome work as lsp for ts, js, tsx, jsx files instead of ts_ls
biome = { 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' }, -- cmd = { 'biome', 'lsp-proxy' },
-- root_dir = require('lspconfig').util.root_pattern('package.json', '.git'), -- root_dir = require('lspconfig').util.root_pattern('package.json', '.git'),
}, },