weizheheng / ror.nvim

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

Installation with Packer/Lazy #21

Closed 2KAbhishek closed 1 year ago

2KAbhishek commented 1 year ago

Hey @weizheheng awesome extension, the demos you recorded are really cool.

I wanted to try it out but I'm unable to install it, I'm using lazy for plugin management

and here's my config

When I try to install the extension with Lazy I see this error

/home/abhishek/.config/nvim/lua/nvim2k/plugins/ror.lua:2: attempt to index a boolean value

Can you please help me resolve this, or point me in the right direction, more than happy to work to add the support for it

2KAbhishek commented 1 year ago

Ahh got it to work, lazy by default pulls from the most recent tagged release, manually switching to main branch fixed the problem