作为一名主页iOS开发,打开Objective-C源文件(*.m)时,SpaceVim会识别为matlab文件,添加如下代码可以修复过来:
" Set .m file type default to objc autocmd BufEnter *.m setlocal ft=objc