Expand comment explaining current autocmp issues with biome lsp

This commit is contained in:
Jose Carvajal 2026-03-18 16:17:09 -06:00
parent f5af03f509
commit d2993523c2
1 changed files with 3 additions and 1 deletions

View File

@ -211,7 +211,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 autocompletions and suggestions work for ts, js, tsx, jsx files instead of ts_ls
-- NOTE right now doing npm i -g @biomejs/biome activates lsp client, but completions/suggestions
-- dont work
biome = { biome = {
-- I need this here if I want conform formatting to work using biome for ts, tsx, js jsx files. -- 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 -- Another option is doing npm intall -g @biomejs/biome and commething this biome server