dashboard-nvim
dashboard-nvim copied to clipboard
💥 Breaking changes LuaJIT 5.2
Describe the bug LuaJit 5.2 changed several methods, loadstring() doesn't have more support, and this breaks the hyper theme in several lines.
So, when I open the neovim an error appears in vim.schedule (see the first screenshot)
Now the suggested method is load See one article about that: loadstring
The unpack() method also are changed. The suggested method is now table.unpack
To Reproduce Steps to reproduce the behavior:
- Open neovim
- See error
Expected behavior After these changes I believe, which this works correctly
Screenshots