Skip to content

Instantly share code, notes, and snippets.

@stoptime
stoptime / filetype.vim
Created August 6, 2019 22:01
Place in ~/.vim directory
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufNewFile,BufRead *.inc,*.module setf php
augroup END