otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
341 stars 16 forks source link

Get per_buffer_config properly to avoid null #58

Closed ysirobs closed 2 months ago

ysirobs commented 2 months ago

fixes #57

xzbdmw commented 2 months ago

Hello, thanks for pr, the problem is line 99 that should be changed to

        local b_config = config.getState("per_buffer_config")

that's the error if you don't set per_buffer_config, 50 is already a default value.

ysirobs commented 2 months ago

There we go :)