summaryrefslogtreecommitdiffstats
path: root/indent/systemd.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/systemd.vim')
-rw-r--r--indent/systemd.vim14
1 files changed, 14 insertions, 0 deletions
diff --git a/indent/systemd.vim b/indent/systemd.vim
new file mode 100644
index 00000000..b8fad530
--- /dev/null
+++ b/indent/systemd.vim
@@ -0,0 +1,14 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
+
+" Vim indent file
+" Language: systemd.unit(5)
+
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+ finish
+endif
+
+" Looks a lot like dosini files.
+runtime! indent/dosini.vim
+
+endif