aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/plugged/i3-vim-syntax/ftdetect/i3.vim
blob: 21603c5e22f9ec8c72cc01ac87511c390fe7fa7d (plain)
1
2
3
4
augroup i3_ftdetect
  au!
  au BufRead,BufNewFile *i3/config,*sway/config set ft=i3
augroup END