From 20b08937c597f11b3facb1c8639d9d635cfdcf91 Mon Sep 17 00:00:00 2001 From: Hugo Rivera <6373447+roguh@users.noreply.github.com> Date: Mon, 19 Feb 2018 09:44:35 -0700 Subject: Add ^Vagrantfile$ as a Ruby file extension --- lua/plugins/filetype.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 6b622e7..28ac101 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -322,7 +322,7 @@ vis.ftdetect.filetypes = { ext = { "%.R$", "%.Rout$", "%.Rhistory$", "%.Rt$", "Rout.save", "Rout.fail" }, }, ruby = { - ext = { "%.Rakefile$", "%.rake$", "%.rb$", "%.rbw$" }, + ext = { "%.Rakefile$", "%.rake$", "%.rb$", "%.rbw$", "^Vagrantfile$" }, mime = { "text/x-ruby" }, }, rust = { -- cgit v1.2.3