fix(treesitter-rewrite): add missed local Config (#3188)
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user