Files
nix-js/.lazy.lua
2026-02-12 00:18:12 +08:00

8 lines
113 B
Lua

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