Skip to content

Commit

Permalink
alias for vim.loop/vim.uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 committed Oct 8, 2023
1 parent 172ca93 commit fe93b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/luasnip/loaders/tree_watcher.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local Path = require("luasnip.util.path")
local uv = vim.uv
local uv = vim.uv or vim.loop
local util = require("luasnip.util.util")
local log = require("luasnip.util.log").new("tree-watcher")

Expand Down

0 comments on commit fe93b3f

Please sign in to comment.