vim: remove Vagrant filetype detection
Neovim detects automatically that Vagrant files are written in Ruby.
This commit is contained in:
parent
2e0bf595ce
commit
e3392ff794
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
vim.cmd([[
|
|
||||||
augroup VagrantDetect
|
|
||||||
autocmd!
|
|
||||||
autocmd BufNewFile,BufRead Vagrantfile set filetype=ruby
|
|
||||||
augroup END
|
|
||||||
]])
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue