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