diff options
author | katherine <shmibs@shmibbles.me> | 2016-08-23 22:15:29 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-08-23 22:15:29 -0700 |
commit | 76f6e13b8c8c283aa83784295e0e9cf605fe1861 (patch) | |
tree | 51c2c8282f4fc873a34622a1616a08bd3c2e5913 | |
parent | b2faab5fefa2ec74093d84cd010838630860c1e4 (diff) | |
download | dotfiles-76f6e13b8c8c283aa83784295e0e9cf605fe1861.tar.gz |
add mips support
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,7 @@ Plugin 'gmarik/Vundle.vim' Plugin 'kchmck/vim-coffee-script' Plugin 'elixir-lang/vim-elixir' Plugin 'plasticboy/vim-markdown' +Plugin 'shmibs/mips.vim' Plugin 'zah/nim.vim' Plugin 'wlangstroth/vim-racket' Plugin 'rust-lang/rust.vim' @@ -220,6 +221,9 @@ autocmd BufNewFile,BufRead *.rs set filetype=rust "always use LaTeX autocmd BufNewFile,BufRead *.tex set filetype=tex +"recognise .mips +autocmd BufNewFile,BufRead *.mips set filetype=mips + "other filetype-specific settings. i can't figure out how to stick all "the FileTypes in one dict (mostly because i have no idea what i'm "doing with viml), so separate lines it is. |