Takuzen Toh

Results 8 comments of Takuzen Toh

I see. I noticed I was using a bit old-fashioned 2.6.3p62 version Ruby, so I installed and switched to the latest 3.1.1 with rbenv. ``` command-t ❯ rbenv versions system...

I've made sure that Nvim and Terminal(inside command-t dir.) are using the same 2.6.3p62 version Ruby, and this is what I get in `Makefile` originally. C.f. `$ make clean` is...

I corrected _l. 91_ as following. ``` lldflags = -L. -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib ``` Then I run, ``` command-t ❯ make main ~/.config/nvim/pack/plugins/start/command-t/ruby/command-t/ext/command-t compiling ext.c compiling heap.c compiling match.c compiling matcher.c compiling...

P.S. (Pre-Script) Following your advice I tinkered around, `:CommandT` worked **once**. However then I dropped my guard and closed Nvim, now I'm unable to make it work again, even repeating...

At last, I got how to make command-t work _temporarily_! To sum up and jog it down for other users of this plugin facing the same problem, I fixed by...

@wincent Sorry for the lack of words. I only jotted down my instant idea. With the initial configuration, I couldn't type absolute path or any path pointing to files in...

I am expecting this @Xiaoshouzi-gh.