mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-17 17:28:07 +00:00
5 lines
149 B
VimL
5 lines
149 B
VimL
au BufRead,BufNewFile *.arb set filetype=json
|
|
au BufRead,BufNewFile Brewfile set filetype=ruby
|
|
au BufRead,BufNewFile *.zsh set filetype=bash
|
|
|