summaryrefslogtreecommitdiffstats
path: root/filetype.vim
blob: 824eec6ba1b4e8f7a64fc9ea41f859dac22155ca (plain) (blame)
1
2
3
4
5
6
7
8
" Oh yeah, we are loading before vim's filetype.vim so we can
" make startup little faster by preventing it to load later
if !exists("did_load_filetypes")
  runtime! ftdetect/polyglot.vim

  " We need to do it here to avoid recursive loop
  runtime! ftdetect/*.vim
endif