Installing vim with ruby support (+ruby)

后端 未结 13 2137
萌比男神i
萌比男神i 2020-12-04 07:37

I\'m trying to get command-t installed for vim but my current version of vim doesn\'t have the (+ruby) flag. The command \"which ruby\" shows that ruby is installed.

13条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 07:51

    when you run ./configure you need to add the folowing --enable-rubyinterp

    ./configure --enable-rubyinterp
    

提交回复
热议问题