diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 7227a1d2..d0bc0c57 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -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* diff --git a/tests/init.lua b/tests/init.lua index 85deca35..64cfdaae 100644 --- a/tests/init.lua +++ b/tests/init.lua @@ -28,6 +28,7 @@ local function main() print("Installing plugins") require("lazy").setup(plugins, { root = root .. "/plugins", + pkg = { enabled = false }, performance = { rtp = { reset = false,