dotfiles/nvim/after/lsp/biome.lua
2025-08-15 09:27:07 +02:00

5 lines
131 B
Lua

---@type dotfiles.lsp.Config
return {
-- why aren't they configuring this???
root_markers = { 'biome.json', 'biome.jsonc' },
}