feat(nvim): add filetype match for systemd configs
This commit is contained in:
parent
bef079446c
commit
3860d53065
@ -10,6 +10,7 @@ M.setup = function()
|
|||||||
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
|
[".*/Azure%-Pipelines/.*%.yml"] = "azure-pipelines",
|
||||||
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
|
[".*/Azure%-Pipelines/.*%.yaml"] = "azure-pipelines",
|
||||||
[".*/waybar/config"] = "jsonc",
|
[".*/waybar/config"] = "jsonc",
|
||||||
|
[".*/etc/systemd/.*"] = "systemd"
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user