LazyVim / starter

Starter template for LazyVim
Apache License 2.0
1.01k stars 800 forks source link

Deperecated syntax in bootstrapping of LazyVim starter #56

Closed denartha10 closed 8 months ago

denartha10 commented 8 months ago

In the current state of the lazy.nvim repository, certain updates have been made. However, there remains an outdated reference to 'vim.loop' for the bootstrapping process of 'lazyvim' in this start repo for LazyVim, despite 'vim.loop' being deprecated. To rectify this, I suggest a minor alteration by replacing it with the following code snippet:

if not (vim.uv or vim.loop).fs_stat(lazypath) then
    -- bootstrap
do
folke commented 8 months ago

Thanks!