mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(extras.astro): support astro.config.ts root
This commit is contained in:
parent
8ea3f690e6
commit
b333a1ffb0
1 changed files with 2 additions and 0 deletions
|
|
@ -3,9 +3,11 @@ return {
|
|||
return LazyVim.extras.wants({
|
||||
ft = "astro",
|
||||
root = {
|
||||
-- https://docs.astro.build/en/guides/configuring-astro/#supported-config-file-types
|
||||
"astro.config.js",
|
||||
"astro.config.mjs",
|
||||
"astro.config.cjs",
|
||||
"astro.config.ts",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue