Skip to content

Commit

Permalink
nvim: set tfvars filetype to terraform-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Dec 8, 2024
1 parent 77ab986 commit d330f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/filetype.lua
Original file line number Diff line number Diff line change
@@ -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" },
})

0 comments on commit d330f17

Please sign in to comment.