diff --git a/ftplugin/brewfile.vim b/ftplugin/brewfile.vim new file mode 100644 index 000000000..55d11fa63 --- /dev/null +++ b/ftplugin/brewfile.vim @@ -0,0 +1,6 @@ +if polyglot#init#is_disabled(expand(':p'), 'brewfile', 'ftplugin/brewfile.vim') + finish +endif + +" Load ruby filetype plugin +runtime! ftplugin/ruby.vim