imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

Class Preview in fzf not working #28

Closed emeentag closed 5 years ago

emeentag commented 5 years ago

Problems summary

Currently when i enter <leader> + ff and move over a class file i am not able to see the preview of the file. It was working before but suddenly disappear. I am getting the image below instead:

Screen Shot 2019-06-20 at 02 11 36

Not: sudo gem install rouge installed

Environment Information

How to reproduce the problem from neovim startup (Required!)

  1. + ff
  2. Select a class and seeing the screen shot above.
glepnir commented 5 years ago

you should install rouge sudo gem install rouge

emeentag commented 5 years ago

Issue was here to add gem bin directory into the path. It was written in output of checkhealth but somehow i missed that part. Thx!