Aumnescio
Aumnescio
I don't think this issue is really about performance or instant highlighting. I want the activation delay, but no hide delay. I would really prefer to avoid the awkwardly lingering...
The Neorg package itself seems to load relatively fast. I'm getting about 20 to 50ms (up to 50'ish if including the treesitter dependency) in non-norg files, when not even attemption...
Think so. Even with: ```norg * Title - Things ``` Edit: Also even with: ```norg test ``` or a completely empty file.
I just tested on latest Nightly Neovim:  It takes almost 3 seconds.
Figured its a treesitter related thing. The thing is, in a very minimal setup, the total startuptime is still way less. I'm getting around 80ms. Which would imply maybe about...
Minimal config. Place into `~/.config/nvim_minimal/` as `init.lua`. ```lua -- File: `~/.config/nvim_minimal/init.lua` -- NOTE: When using `NVIM_APPNAME=nvim_minimal` to launch into this alternate Neovim config, -- this data path will not conflict...
Also getting this. ``` NVIM v0.10.3 neovide 0.14.0 EndeavourOS Hyprland (Wayland) ```
I experience flicker of the current line while typing. So far it weirdly only seems to happen on one specific file. Maybe related to file size? Though I tested another...