Ktoks

Results 28 comments of Ktoks

I can confirm that this happens on Windows 10 too. Using powershell, gitbash, wsl, bash, sh, zsh, omzsh, and lastly when I'm ssh'ed from gitbash to bash on CentOS 7...

After talking with the Neovim, I was able to get it to work, but the steps I took are rather involved, is there somewhere you would like me to document...

After looking more closely at the blurring from heat- I think the effect is just too rapid and/or too small of an effect, if it were enlarged, it would look...

I no longer use have and windows, so I can't provide one, unfortunately. See the repeat pixels around the embers? That's not supposed to be there. Also, in the top...

I've found that `mam` and `mim` both work from the _ending_ bracket, but not the _beginning_ bracket of the block of code. Also, `mm`, `mim`, and `mam` don't work with...

That's great news for those who can get treesitter working!

I was able to replicate this issue- from what I can see- it's because I had copied the `nu` binary in from a different machine I had built it on....

I think I've figured out where the largest amount of change would need to take place for this - src/parser/command_line.rs: ``` @@ -3,7 +3,7 @@ use itertools::Itertools; use std::{collections::VecDeque, sync::Arc};...

`neovide --log` is the exact command I used just now... New log as a result from that command(same result). [neovide_rCURRENT.log](https://github.com/user-attachments/files/15523121/neovide_rCURRENT.log)

You are right, I do see the other settings are now working, the transparency is still not fixed even when I set full screen to false and put `--maximized` in...