This commit is contained in:
fbuchlak 2023-11-16 19:47:50 +01:00
parent 68ff818a5b
commit 0fa940b81a

View file

@ -10,7 +10,7 @@ return {
init = function(plugin)
-- PERF: add nvim-treesitter queries to the rtp and it's custom query predicates early
-- This is needed because a bunch of plugins no longer `require("nvim-treesitter")`, which
-- no longer trigger the **nvim-treeitter** module to be loaded in time.
-- no longer trigger the **nvim-treesitter** module to be loaded in time.
-- Luckily, the only thins that those plugins need are the custom queries, which we make available
-- during startup.
require("lazy.core.loader").add_to_rtp(plugin)