Open .enter and .exit as zsh filetype

This commit is contained in:
Kenneth Benzie 2018-04-22 17:53:21 +01:00
parent a6e299381e
commit ff2ba33524

2
after/ftdetect/zsh.vim Normal file
View File

@ -0,0 +1,2 @@
au BufNewFile,BufReadPost .enter set filetype=zsh
au BufNewFile,BufReadPost .exit set filetype=zsh