mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
b40123624a
2 changed files with 2 additions and 1 deletions
|
|
@ -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*
|
Table of Contents *LazyVim-table-of-contents*
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ local function main()
|
||||||
print("Installing plugins")
|
print("Installing plugins")
|
||||||
require("lazy").setup(plugins, {
|
require("lazy").setup(plugins, {
|
||||||
root = root .. "/plugins",
|
root = root .. "/plugins",
|
||||||
|
pkg = { enabled = false },
|
||||||
performance = {
|
performance = {
|
||||||
rtp = {
|
rtp = {
|
||||||
reset = false,
|
reset = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue