starter/lua
denartha10 d96eb74c61
Deperecated syntax in bootstrapping of LazyVim starter
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:

```lua
if not (vim.uv or vim.loop).fs_stat(lazypath) then
    -- bootstrap
do
```
2024-03-29 14:30:43 +00:00
..
config Deperecated syntax in bootstrapping of LazyVim starter 2024-03-29 14:30:43 +00:00
plugins fix: removed some outdated examples 2024-03-21 17:47:04 +01:00