fix(treesitter-rewrite): add missed local Config (#3188)

This commit is contained in:
Johnson Hu authored and GitHub committed 2024-05-17 08:52:25 +02:00
1 parent 07923f3701
commit ec673a83ff
1 file changed
+2
@@ -1,3 +1,5 @@
local Config = require("lazyvim.config")
-- backwards compatibility with the old treesitter config for adding custom parsers
local function patch()
local parsers = require("nvim-treesitter.parsers")