polyglot.vim 106 B

1234
  1. aug i3config_ft_detection
  2. au!
  3. au BufNewFile,BufRead ~/.config/i3/config set filetype=i3config
  4. aug end