diff --git a/README.md b/README.md index 864a4c4..6284571 100644 --- a/README.md +++ b/README.md @@ -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',