Add ftdetect

This commit is contained in:
Lowe Thiderman 2014-05-29 19:42:36 +02:00
parent 9aaf0b8b9e
commit 9937af13dd

4
ftdetect/i3.vim Normal file
View File

@ -0,0 +1,4 @@
augroup i3_ftdetect
au!
au BufRead,BufNewFile *i3/config set ft=i3
augroup END