在vundle的主页上,它记录了它需要在.vimrc中关闭filetype:
filetype off " required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc()
我不明白为什么由于我们在分开安装相关的插件(vim-coffee-script和vim-less)之后,最近遇到编辑.coffee和.less文件的问题。
我的问题在vim-coffee-script
为什么当vundle的东西结束时你不会只是filetypeon?
原文链接:https://www.f2er.com/bash/388174.htmlfiletype off " required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc() ... Vundle 'blabla' Vundle 'blabla2' filetype plugin indent on