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