Skip to content

Commit

Permalink
uv or loop
Browse files Browse the repository at this point in the history
  • Loading branch information
the-moisrex authored Sep 5, 2024
1 parent 6dc8c54 commit a65f786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ add the following snippet somewhere in your config **before** your first usage o
local function bootstrap_pckr()
local pckr_path = vim.fn.stdpath("data") .. "/pckr/pckr.nvim"

if not vim.uv or not vim.uv.fs_stat(pckr_path) then
if not (vim.uv or vim.loop).fs_stat(pckr_path) then
vim.fn.system({
'git',
'clone',
Expand Down

0 comments on commit a65f786

Please sign in to comment.