vim: remove Vagrant filetype detection

Neovim detects automatically that Vagrant files are written in Ruby.
This commit is contained in:
Fernando Schauenburg 2022-07-18 23:50:20 +02:00
parent 2e0bf595ce
commit e3392ff794

View file

@ -1,7 +0,0 @@
vim.cmd([[
augroup VagrantDetect
autocmd!
autocmd BufNewFile,BufRead Vagrantfile set filetype=ruby
augroup END
]])