config/.vim/filetype.vim

5 lines
95 B
VimL

augroup filetypedetect
au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
augroup END