Merge branch 'main' into main

This commit is contained in:
Folke Lemaitre 2024-06-25 06:37:37 +02:00 committed by GitHub
commit b40123624a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
*LazyVim.txt* For Neovim >= 0.9.0 Last change: 2024 June 23
*LazyVim.txt* For Neovim >= 0.9.0 Last change: 2024 June 25
==============================================================================
Table of Contents *LazyVim-table-of-contents*

View file

@ -28,6 +28,7 @@ local function main()
print("Installing plugins")
require("lazy").setup(plugins, {
root = root .. "/plugins",
pkg = { enabled = false },
performance = {
rtp = {
reset = false,