mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Refactor Dockerfile root configuration format
This commit is contained in:
parent
95dad34823
commit
224a733d43
1 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,14 @@ return {
|
||||||
recommended = function()
|
recommended = function()
|
||||||
return LazyVim.extras.wants({
|
return LazyVim.extras.wants({
|
||||||
ft = "dockerfile",
|
ft = "dockerfile",
|
||||||
root = { "Dockerfile", "Containerfile", "docker-compose.yml", "compose.yml", "docker-compose.yaml", "compose.yaml" },
|
root = {
|
||||||
|
"Dockerfile",
|
||||||
|
"Containerfile",
|
||||||
|
"docker-compose.yml",
|
||||||
|
"compose.yml",
|
||||||
|
"docker-compose.yaml",
|
||||||
|
"compose.yaml"
|
||||||
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue