feat(nvim): add filetype match for systemd configs

This commit is contained in:
Price Hiller 2023-08-18 23:52:50 -05:00
parent bef079446c
commit 3860d53065
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -10,6 +10,7 @@ M.setup = function()
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
[".*/waybar/config"] = "jsonc",
[".*/etc/systemd/.*"] = "systemd"
},
})