summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordenartha10 <98868685+denartha10@users.noreply.github.com>2024-03-29 16:53:46 +0000
committerGitHub <noreply@github.com>2024-03-29 17:53:46 +0100
commit75625b29e8891938218043a7d619d67f79666a8d (patch)
treeeed67c5dff4ebe4f52dbc883acb9f8ee04c99262 /README.md
parent914c60ae75cdf61bf77434d2ad2fbf775efd963b (diff)
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 ```
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions