fredizzimo
fredizzimo
The floating window transparency is controlled by these https://neovim.io/doc/user/syntax.html#highlight-blend https://neovim.io/doc/user/options.html#'winblend' https://neovim.io/doc/user/options.html#'pumblend' The system is not perfect, and a better solution is being worked on * https://github.com/neovide/neovide/issues/2471
There was actually a bug that has been fixed in Neovide 0.14. Also a new setting `neovide_normal_opacity` - https://neovide.dev/configuration.html#transparency has been introduced.
This will be much easier to support once we migrate to https://github.com/neovide/vide But, it's still far from being ready and stable.
Version 0.15.1 has been released.
It looks like the log file was produced without trying to run `LazyGit`, can you make another? Just run `LazyGit` and quit. Also can you attach the file to the...
You need to run `neovide --log` on the same instance that freezes. It should still produce the logfile even if you kill it.
I'm back home now, and I'm able to reproduce this, but for Neovim (not Neovide) crashes instead of just hanging. I will try to find out what's exactly wrong, but...
Yes, Lunarvim creates a crazily big terminal https://github.com/LunarVim/LunarVim/blob/85ccca97acfea9a465e354e18bb2f6109ba417f8/lua/lvim/core/terminal.lua#L153-L172 I suspect that in a normal non multigrid situation, neovim will resize the terminal to fit, and it indeed that's how it...
Because the bug in lunarvim triggers a crash/hang in Neovim when using `--multigrid`. The terminal doesn't crash because it doesn't use it, and `neovide --no-multigrid` does not crash either. Neovim...
While replying to the lunarvim issue https://github.com/LunarVim/LunarVim/issues/4589 to satisfy the stale bot, I noticed that there had been no activity on the repository at all. And it turns out that...