使用VIM安装Floobits

时间:2015-06-08 04:40:32

标签: vim plugins

我试图安装VIM Floobits插件,但我遇到了很多困难。
首先,我从VIM网站安装了VIM,然后尝试使用Vundle安装VIM Floobits Plugin。 问题在于,当我尝试运行:PluginInstall命令时,我得到了消息"抱歉,Floobits Vim插件需要一个用+ python编译的Vim"
我不确定这意味着什么。所以我查了一下并尝试使用MinGW用+ python编译vim。那没用。接下来我尝试从源代码构建VIM,但configure命令在Windows上不起作用 有谁知道如何正确安装Floobits用于控制台VIM?
哦,这里是~/.vimrc与Vundle有关的行:

" VUNDLE
set nocompatible                    " required
filetype off                        " required
set rtp+=~/.vim/bundle/Vundle.vim   " set the runtime path to include Vundle and initialize
call vundle#begin()                 " begin vundle
Plugin 'gmarik/Vundle.vim'          " let Vundle manage Vundle, required
Plugin 'Floobits/floobits-vim'      " add the floobits plugin
call vundle#end()                   " required; all plugins must be added before this line

1 个答案:

答案 0 :(得分:0)

您可以在此处找到适合Windows的Vim版本: