SuperBo / fugit2.nvim

Neovim git GUI powered by libgit2
MIT License
370 stars 7 forks source link

bug: Not support lua5.4.7? #85

Open basheewang opened 1 month ago

basheewang commented 1 month ago

Did you check docs and existing issues?

Neovim version (nvim -v)

NVIM v0.11.0-dev-462+g167d0e5a6

Operating system/version

Arch Linux

Describe the bug

When install with lazy, the error as picture. 7-18-2024 1-37-22 PM

Does this plugin only support lua 5.1 to install?

Steps To Reproduce

Just paste the install instruction lazy cod in my init.lua, then use Lazy sync, the error pop out.

Expected Behavior

Hope to support newer lua version to install.

SuperBo commented 1 month ago

@basheewang, lemme check this. In theory, I defined lua>=5.1 in spec. Can you share your lazy version?

basheewang commented 1 month ago

@basheewang, lemme check this. In theory, I defined lua>=5.1 in spec. Can you share your lazy version?

7-26-2024 1-03-25 PM

BTW, I am using NvChad2.5 config.

SuperBo commented 1 month ago

@basheewang, I think you need to install exactly lua 5.1 for lazy.nvim to work (as warning show lua version 5.1 is needed).

You can look at this issue also, https://github.com/SuperBo/fugit2.nvim/issues/82.