" Copy from here set nocompatible " Octave Syntax augroup filetypedetect au! BufRead,BufNewFile *.m,*.oct setfiletype octave augroup END " MIPS Assembler by default augroup filetypedetect au! BufRead,BufNewFile *.S set syntax=mips augroup END syntax on set spelllang=/usr/share/vim/addons/spell/es.utf-8.spl "set spell set incsearch set mouse=a set wildmenu let c_no_curly_error=1 let c_no_bracket_error=1 set smarttab set sw=2 set background=dark colorscheme darkblue