Add biome LSP

This commit is contained in:
smashblu 2024-08-22 11:41:29 -07:00
parent 3ec1e6d455
commit e3b26ecaba
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ require('lazy').setup({
-- But for many setups, the LSP (`tsserver`) will work just fine -- But for many setups, the LSP (`tsserver`) will work just fine
cssls = {}, cssls = {},
html = {}, html = {},
biome = {},
ltex = {}, ltex = {},
marksman = {}, marksman = {},
tsserver = {}, tsserver = {},