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:
parent
a56d7d49cd
commit
b888b0bef9
@ -3,8 +3,11 @@ vim.filetype.add({
|
|||||||
pom = "ruby",
|
pom = "ruby",
|
||||||
},
|
},
|
||||||
filename = {
|
filename = {
|
||||||
["Jenkinsfile"] = "groovy"
|
["Jenkinsfile"] = "groovy",
|
||||||
}
|
},
|
||||||
|
complex = {
|
||||||
|
["*.zsh.local"] = "zsh",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user