mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fixup: use correct require syntax
This commit is contained in:
parent
fa23ff4bd7
commit
102f1b2f55
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
local ts = vim.treesitter
|
||||
local parsers = require "lua.nvim-treesitter.parsers"
|
||||
local parsers = require "nvim-treesitter.parsers"
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue