vim.lsp.config("biome", { root_dir = function (_bufnr, on_dir) on_dir(vim.fn.getcwd()) end }) return {}