mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 02:38:50 +02:00
fix(treesitter-rewrite): add missed local Config (#3188)
This commit is contained in:
parent
07923f3701
commit
ec673a83ff
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue