summaryrefslogtreecommitdiffstats
path: root/ftplugin/systemd.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/systemd.vim')
-rw-r--r--ftplugin/systemd.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftplugin/systemd.vim b/ftplugin/systemd.vim
deleted file mode 100644
index df14bdfe..00000000
--- a/ftplugin/systemd.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
-
-" Vim filetype plugin file
-" Language: systemd.unit(5)
-
-if !exists('b:did_ftplugin')
- " Looks a lot like dosini files.
- runtime! ftplugin/dosini.vim
-endif
-
-endif