diff --git a/.config/nvim/filetype.lua b/.config/nvim/filetype.lua index ab5163f..c1b54b4 100644 --- a/.config/nvim/filetype.lua +++ b/.config/nvim/filetype.lua @@ -1,4 +1,4 @@ vim.filetype.add({ - extension = { tfvars = "terraform", tf = "terraform", tfstate = "json", hujson = "jsonc", hurl = "hurl" }, + extension = { tfvars = "terraform-vars", tf = "terraform", tfstate = "json", hujson = "jsonc", hurl = "hurl" }, filename = { ["Justfile"] = "just" }, })