mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
refactor: use vim.uv
This commit is contained in:
parent
cd2c826972
commit
37957d6bcf
9 changed files with 40 additions and 62 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local api = vim.api
|
||||
local fs = vim.fs
|
||||
local uv = vim.loop
|
||||
local uv = vim.uv
|
||||
|
||||
local a = require('nvim-treesitter.async')
|
||||
local config = require('nvim-treesitter.config')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue