update lockfile, neovim tf filetype working again

This commit is contained in:
Noah Masur
2023-04-07 13:00:35 -04:00
parent 4df1132eb7
commit fd5d6ab141
2 changed files with 31 additions and 31 deletions

View File

@ -5,7 +5,7 @@
vim.filetype.add({
pattern = {
[".*%.tfvars"] = "hcl",
[".*%.tf"] = "hcl",
-- [".*%.tf"] = "hcl",
},
})