出於某種原因,我的vim根本沒有加載任何插件。我正在使用Vundle管理插件。所有插件都安裝在默認位置(即~/.vim/bundle)。我嘗試重新安裝Vundle,但問題仍然存在。這是我的.vimrc文件看起來像: " System vimrc file for MacVim
set nocompatible
filetype off " required
" set the r
我安裝了vim-airlines,其主題爲Vundle。我將.vimrc更改爲以下格式: set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/
我用Vundle作爲我的vim的插件管理器源vimrc文件和我注意到,當我運行 source ~/.vimrc它給了我一個vundle加載錯誤。不過,我的插件工作正常。 我得到的錯誤是 192-168-1-9:dotfiles sameeragayan$ source ~/.vimrc
-bash: filetype: command not found
-bash: set the runt