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