Skip to content

Commit d299352

Browse files
committed
Expand comment explaining current autocmp issues with biome lsp
1 parent f5af03f commit d299352

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lua/kickstart/plugins/lspconfig.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ return {
211211
},
212212
},
213213
ts_ls = {},
214-
-- TODO: make biome work as lsp for ts, js, tsx, jsx files instead of ts_ls
214+
-- TODO: make biome autocompletions and suggestions work for ts, js, tsx, jsx files instead of ts_ls
215+
-- NOTE right now doing npm i -g @biomejs/biome activates lsp client, but completions/suggestions
216+
-- dont work
215217
biome = {
216218
-- I need this here if I want conform formatting to work using biome for ts, tsx, js jsx files.
217219
-- Another option is doing npm intall -g @biomejs/biome and commething this biome server

0 commit comments

Comments
 (0)