otavioschwanck / arrow.nvim

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

[Bug] init failing because default buffer config missing z-index #57

Closed ysirobs closed 2 months ago

ysirobs commented 2 months ago

init.lua is failing on line 100 if you don't have options set for per_buffer_config.zindex. The default value of 50 should be set in https://github.com/otavioschwanck/arrow.nvim/blob/f4aa623528efa906f5e7f68a28d93a82132e331b/lua/arrow/init.lua#L22

xzbdmw commented 2 months ago

Hmm, I test without zindex and no error