xzbdmw
xzbdmw
yes I can confirm I'm using your commit in neovide.
It seems caused by some lazyvim default plugins, there are no problem use --noplugin, I disabled indent_line and mini_indent still have problem, disable more to see the cause after wake...
It's caused by treesitter-context , this setting will freeze neovide ```lua { "nvim-treesitter/nvim-treesitter-context", opts = { line_numbers = true, }, } ```
If I install it with empty nvim, no problem, so some plugins are conflict.
comment out this option setting in lazyvim there are no freeze https://github.com/LazyVim/LazyVim/blob/a50f92f7550fb6e9f21c0852e6cb190e6fcd50f5/lua/lazyvim/config/options.lua#L78C1-L80C4 in my mac it is /Users/xzb/.local/share/nvim/lazy/LazyVim/lua/lazyvim/config/options.lua
Oh I made a mistake thought newer commit is at top😥
Sorry I try the new commit and the problem disappears
any progress?
Do you mean sub-pixel antialiasing? For that you can just tune off macos's font smooth.
It dosen’t look like a aliasing issue, the difference is much bigger if you turn off sub-piexel aliasing in vscode