Sri Senthil Balaji J

Results 5 comments of Sri Senthil Balaji J

I'm still getting the exact same error ``` Error executing vim.schedule lua callback: ...cker/start/auto-save.nvim/lua/auto-save/utils/colors.lua:6: bad argument #1 to 'lower' (string expected, got nil) stack traceback: [C]: in function 'lower' ...cker/start/auto-save.nvim/lua/auto-save/utils/colors.lua:6:...

Yep, I do face the same issue but with a different package. Any solution?

Found a solution. Installing `gcc` via micromamba fixed the issue. ```sh micromamba install -c conda-forge gcc_linux-64 gxx_linux-64 ```