summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/lazy.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua
index fd269d7..2e7bf62 100644
--- a/lua/config/lazy.lua
+++ b/lua/config/lazy.lua
@@ -5,7 +5,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
-- stylua: ignore
vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath })
end
-vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
+vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {