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

This commit is contained in:
Johnson Hu 2024-05-17 01:52:25 -05:00 committed by GitHub
parent 07923f3701
commit ec673a83ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")