From c52c8d23560a4a1e204ac5dec4479d794d1f08dd Mon Sep 17 00:00:00 2001 From: BirdeeHub Date: Sat, 6 Jan 2024 01:18:33 -0800 Subject: [PATCH] docs for new options cleanup --- README.md | 2 +- lua/lazy/core/config.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19c6d0e..2b7459b 100644 --- a/README.md +++ b/README.md @@ -439,7 +439,7 @@ return { -- "zipPlugin", }, -- custom_config_dir exists to work around circumstances - -- in which your config folder is -- not in the normal location, + -- in which your config folder is not in the normal location, -- and thus is unloaded when performance.rtp.reset = true -- such as when loaded from the nix store custom_config_dir = vim.fn.stdpath("config"), diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index 66ba4f9..74a13b6 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -149,7 +149,7 @@ M.defaults = { -- "zipPlugin", }, -- custom_config_dir exists to work around circumstances - -- in which your config folder is -- not in the normal location, + -- in which your config folder is not in the normal location, -- and thus is unloaded when performance.rtp.reset = true -- such as when loaded from the nix store custom_config_dir = vim.fn.stdpath("config"),