weizheheng / ror.nvim

Have FUN builiding Ruby on Rails applications with Neovim!
MIT License
132 stars 15 forks source link

Error when trying to run all tests of file #4

Closed otavioschwanck closed 2 years ago

otavioschwanck commented 2 years ago

Running with: lua require('ror.test').run():

^I[C]: in function 'nvim_buf_set_extmark' ^I...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:61: in function <...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:8>

weizheheng commented 2 years ago

Hi, thanks for the issue. I couldn't reproduce the issue myself, do you mind sharing the full error messages?

Also, are you on the latest main branch? If not you can try updating and see if the problem still persists.

otavioschwanck commented 2 years ago

Upgrading it fix it.