mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
fix: tfvars recognized as terraform
This commit is contained in:
parent
42237eab13
commit
44c4084b57
@ -75,6 +75,11 @@ vim.api.nvim_exec(
|
||||
false
|
||||
)
|
||||
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*%.tfvars"] = "terraform",
|
||||
},
|
||||
})
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "*.eml",
|
||||
callback = function()
|
||||
|
Loading…
Reference in New Issue
Block a user