Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am boecklic on github.
  • I am boecklic (https://keybase.io/boecklic) on keybase.
  • I have a public key ASCto-bjMxZxcqaQeOMmdmoKdWPElIV9EN06oE3qzNfKHgo

To claim this, I am signing this object:

@boecklic
boecklic / vagrantfile.vim
Created April 23, 2019 07:04
vim syntax hightlighting for Vagrantfiles
" Teach vim to syntax highlight Vagrantfile as ruby
"
" Install: $HOME/.vim/plugin/vagrant.vim
" Author: Brandon Philips <brandon@ifup.org>
augroup vagrant
au!
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END