I am new to linux and neovim.
When I use the treesitter plugin, it causes neovim to take roughly 1.2 seconds to startup. My config file is very basic, with just 5 plugins in the plugin file and a small options file. By using the --startuptime command I can see that everything is fine until the last few lines, where "opening buffers" takes about 600ms, and then "first screen update" takes another 600 milliseconds. Everything else happens in under 100ms. Also, running :Lazy inside neovim shows me that all the plugins are loaded in about 20ms.
Is this simply a normal side effect of using treesitter, or is this something I can fix? If so, what can I do to reduce this delay?
I have tried reinstalling neovim as well as all my plugins multiple times.