dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

💥 Breaking changes LuaJIT 5.2

Open ProgmRuanSilva opened this issue 1 year ago • 0 comments

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:

  1. Open neovim
  2. See error

Expected behavior After these changes I believe, which this works correctly

Screenshots image image image

ProgmRuanSilva avatar Dec 18 '23 13:12 ProgmRuanSilva