denartha10 75625b29e8
fix: Deperecated syntax in bootstrapping of LazyVim starter (#56)
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 17:53:46 +01:00
2023-01-07 10:20:36 +01:00
2023-01-07 10:53:23 +01:00
2023-01-07 11:00:23 +01:00
2023-01-22 15:45:13 +01:00
2023-01-07 10:20:36 +01:00

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Description
Expérimentations avec LazyVim
https://www.lazyvim.org/
Readme 308 KiB
Languages
Lua 100%