5 lines
95 B
VimL
5 lines
95 B
VimL
augroup filetypedetect
|
|
au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux
|
|
augroup END
|
|
|