starter/lua/config
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
..
autocmds.lua docs: added comments to config files 2023-01-07 10:52:40 +01:00
keymaps.lua docs: added comments to config files 2023-01-07 10:52:40 +01:00
lazy.lua Deperecated syntax in bootstrapping of LazyVim starter 2024-03-29 14:30:43 +00:00
options.lua docs: added comments to config files 2023-01-07 10:52:40 +01:00