From 58536d4c8134613791504e655743243a8df554fd Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 2 Jun 2024 14:48:42 +0200 Subject: [PATCH] Revert "feat: set `vim.env.LAZY` to lazy root" This reverts commit 6a141a6dbb6f6b5495ef6716c0dce898546d7b2c. --- lua/lazy/core/config.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazy/core/config.lua b/lua/lazy/core/config.lua index b4f7c2e..9c0a849 100644 --- a/lua/lazy/core/config.lua +++ b/lua/lazy/core/config.lua @@ -221,7 +221,6 @@ function M.setup(opts) table.insert(M.options.install.colorscheme, "habamax") M.options.root = Util.norm(M.options.root) - vim.env.LAZY = M.options.root if type(M.options.dev.path) == "string" then M.options.dev.path = Util.norm(M.options.dev.path) end