This commit is contained in:
Kartik Agaram 2020-05-24 22:47:09 -07:00
parent fcc161e705
commit bfcbdf0e0a
2 changed files with 4 additions and 4 deletions

4
mu.vim
View File

@ -4,8 +4,8 @@
" URL: http://github.com/akkartik/mu
" License: public domain
"
" Copy this into your ftplugin directory, and add the following to your vimrc
" or to .vim/ftdetect/mu.vim:
" Copy this file into your ftplugin directory, and add the following to your
" vimrc or to .vim/ftdetect/mu.vim:
" autocmd BufReadPost,BufNewFile *.mu set filetype=mu
let s:save_cpo = &cpo

View File

@ -4,8 +4,8 @@
" URL: https://github.com/akkartik/mu
" License: public domain
"
" Copy this into your ftplugin directory, and add the following to your vimrc
" or to .vim/ftdetect/subx.vim:
" Copy this file into your ftplugin directory, and add the following to your
" vimrc or to .vim/ftdetect/subx.vim:
" autocmd BufReadPost,BufNewFile *.subx set filetype=subx
"
" Some highlight groups you might want to select colors for in your vimrc: