aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect/xdefaults.vim
blob: 098ded56f5828ff9a185a5a827da2f5736aa98aa (plain) (blame)
1
2
3
4
5
6
7
" Add automatic commands to find Xresources subfiles
augroup dfxdefaults
  autocmd!
  autocmd BufNewFile,BufRead
        \ **/.Xresources.d/*
        \ setfiletype xdefaults
augroup END