安裝電力線我有這個在我的配置文件:無法在Vim的
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'helino/vim-nasm'
Plugin 'elixir-lang/vim-elixir'
Plugin 'powerline/powerline'
call vundle#end()
然後,我這樣做:
:source %
:PluginInstall
,但仍沒有安裝該插件電力線,這是不可見的。
https://github.com/powerline/powerline
安裝電力線的需要增加PIP封裝和字體https://powerline.readthedocs.io/en/latest/installation.html 我可以建議使用更好的替代https://github.com/vim-airline/vim-airline –
這是關於Vundle的完整的.vimrc文件嗎? Vundle在調用'vundle#begin()'和'vundle#end()'之後需要'set nocompatible'和'filetype off'行,需要'filetype plugin indent on'行。至少這是在github頁面上說明的。 – ap0