Expérimentations avec LazyVim https://www.lazyvim.org/
Go to file
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
lua fix: Deperecated syntax in bootstrapping of LazyVim starter (#56) 2024-03-29 17:53:46 +01:00
.gitignore feat: initial commit 2023-01-07 10:20:36 +01:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
init.lua docs: init.lua 2023-01-07 10:53:23 +01:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md docs: cleanup 2023-01-22 15:45:13 +01:00
stylua.toml feat: initial commit 2023-01-07 10:20:36 +01:00

💤 LazyVim

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