vimrc: Set modelines=0 to avoid security issues
[cmccabe-etc] / .vim / ftdetect / proto.vim
1 augroup filetype
2   au! BufRead,BufNewFile *.proto setfiletype proto
3 augroup end