fix oil map, add ansible filetype
This commit is contained in:
9
lua/crentist/filetype.lua
Normal file
9
lua/crentist/filetype.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
[".*/playbooks/.*%.ya?ml"] = "yaml.ansible",
|
||||
[".*/roles/.*%.ya?ml"] = "yaml.ansible",
|
||||
[".*/tasks/.*%.ya?ml"] = "yaml.ansible",
|
||||
[".*/plays/.*%.ya?ml"] = "yaml.ansible",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user