Add biome LSP
This commit is contained in:
parent
3ec1e6d455
commit
e3b26ecaba
1
init.lua
1
init.lua
|
@ -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 = {},
|
||||||
|
|
Loading…
Reference in New Issue