Skip to content

Commit f5af03f

Browse files
committed
Add comment explaining how formatting with biome and conform works
1 parent 7c3a4bd commit f5af03f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lua/kickstart/plugins/lspconfig.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ return {
213213
ts_ls = {},
214214
-- TODO: make biome work as lsp for ts, js, tsx, jsx files instead of ts_ls
215215
biome = {
216+
-- I need this here if I want conform formatting to work using biome for ts, tsx, js jsx files.
217+
-- Another option is doing npm intall -g @biomejs/biome and commething this biome server
218+
-- to have the formatter work too, and then uninstall from mason
216219
-- cmd = { 'biome', 'lsp-proxy' },
217220
-- root_dir = require('lspconfig').util.root_pattern('package.json', '.git'),
218221
},

0 commit comments

Comments
 (0)