bf488338aa
Fixes #2272
10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
# https://freedesktop.org/wiki/Software/systemd/
|
|
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
|
|
# Detection
|
|
# ‾‾‾‾‾‾‾‾‾
|
|
|
|
hook global BufCreate .*/systemd/.+\.(automount|conf|link|mount|network|path|service|slice|socket|target|timer) %{
|
|
set-option buffer filetype ini
|
|
}
|