dzfrias / arena.nvim

A smart (frecency-based) buffer switcher
https://dzfrias.dev/blog/arena-nvim
MIT License
61 stars 5 forks source link

Invalid 'event': 'SessionWritePost' #12

Closed everlook closed 4 days ago

everlook commented 2 months ago

With the most recent commit 9c68cf8 I get the following error when opening neovim.

Failed to runconfig` for arena.nvim

...orn/.local/share/nvim/lazy/arena.nvim/lua/arena/init.lua:241: Invalid 'event': 'SessionWritePost'

stacktrace:

NVIM v0.9.4 Build type: Release LuaJIT 2.1.1692716794

everlook commented 2 months ago

I update neovim to NVIM v0.10.1 and it works fine. Thanks