fixup: use correct require syntax

This commit is contained in:
Pham Huy Hoang 2023-05-17 22:29:01 +09:00 committed by Christian Clason
parent fa23ff4bd7
commit 102f1b2f55

View file

@ -1,5 +1,5 @@
local ts = vim.treesitter
local parsers = require "lua.nvim-treesitter.parsers"
local parsers = require "nvim-treesitter.parsers"
local M = {}