1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add filetype for zsh.local files

This commit is contained in:
Dan Barber 2024-09-09 17:25:21 -05:00
parent a56d7d49cd
commit b888b0bef9

View File

@ -3,8 +3,11 @@ vim.filetype.add({
pom = "ruby",
},
filename = {
["Jenkinsfile"] = "groovy"
}
["Jenkinsfile"] = "groovy",
},
complex = {
["*.zsh.local"] = "zsh",
},
})
vim.api.nvim_create_autocmd("FileType", {