Merge pull request #5 from thiderman/master

Add ftdetect
This commit is contained in:
Emanuel Guével 2014-05-29 23:17:35 +02:00
commit b58ec249ce

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