mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2026-06-15 00:25:39 +00:00
5 lines
131 B
Lua
5 lines
131 B
Lua
---@type dotfiles.lsp.Config
|
|
return {
|
|
-- why aren't they configuring this???
|
|
root_markers = { 'biome.json', 'biome.jsonc' },
|
|
}
|