summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugin/polyglot.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim
new file mode 100644
index 00000000..3148cff7
--- /dev/null
+++ b/plugin/polyglot.vim
@@ -0,0 +1,3 @@
+if !exists("did_load_polyglot")
+ runtime! ftdetect/polyglot.vim
+endif