8 lines
112 B
Lua
8 lines
112 B
Lua
vim.lsp.config("biome", {
|
|
root_dir = function (bufnr, on_dir)
|
|
on_dir(vim.fn.getcwd())
|
|
end
|
|
})
|
|
|
|
return {}
|