diff options
-rw-r--r-- | mu.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index a0fa2eb7..72255940 100644 --- a/mu.vim +++ b/mu.vim @@ -4,7 +4,8 @@ " URL: http://github.com/akkartik/mu " License: public domain " -" Copy this into your ftplugin directory, and add the following to your vimrc: +" Copy this into your ftplugin directory, and add the following to your vimrc +" or to .vim/ftdetect/mu.vim: " autocmd BufReadPost,BufNewFile *.mu,*.test set filetype=mu let s:save_cpo = &cpo |