mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(lua): fix some emmyluals warnings
This commit is contained in:
parent
75797cdd8a
commit
e0eec76dad
6 changed files with 37 additions and 13 deletions
|
|
@ -14,7 +14,6 @@ do
|
|||
|
||||
for _, lang in pairs(parsers) do
|
||||
if configs[lang] and configs[lang].install_info then
|
||||
timings[lang] = {}
|
||||
for _, query_type in pairs(query_types) do
|
||||
local before = vim.uv.hrtime()
|
||||
local ok, query = pcall(vim.treesitter.query.get, lang, query_type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue