niuiic / multiple-session.nvim

Session manager for neovim
MIT License
9 stars 0 forks source link

Error executing lua: ...azy/multiple-session.nvim/lua/multiple-session/utils.lua:5: attempt to index upvalue 'core' (a boolean value) #2

Closed CleoMenezesJr closed 11 months ago

CleoMenezesJr commented 11 months ago

This error appears every time I execute commands to save, restore and delete sessions. Screenshot from 2023-10-22 22-36-20

niuiic commented 11 months ago

You may have another module named “core” except “niuiic/core.nvim”

Or check your neovim version, it should work fine in v0.8-v0.10

CleoMenezesJr commented 11 months ago

I'm using NVChad, and apparently they have a module called core. Any workaround you suggest?

niuiic commented 11 months ago

Emm, you may use another session manager instead. Check awesome neovim list, and there are multiple this kind of plugins.