wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.74k stars 317 forks source link

Cannot locate `extconf.rb` for compilation #373

Closed captainviet closed 3 years ago

captainviet commented 3 years ago

Output of executing the compilation steps:

cd ~/.vim/bundle/command-t/ruby/command-t/
ruby extconf.rb
[vince.dang LV:1 command-t] (master)
>> ruby extconf.rb
Traceback (most recent call last):
ruby: No such file or directory -- extconf.rb (LoadError)

from this path https://github.com/wincent/command-t/tree/master/ruby/command-t seems there's no such file extconf.rb also

ruslanzelinskyy commented 3 years ago

It's here cd ~/.vim/bundle/command-t/ruby/command-t/ext/command-t

captainviet commented 3 years ago

oh thanks, I can install already!