From f96a4fb664149455a8de526c5e5106657f88d8e1 Mon Sep 17 00:00:00 2001 From: Maritsu <66056347+Maritsu@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:52:07 +0100 Subject: [PATCH] Add Lazy as plugin manager (andweeb#145) --- lua/presence/plugin_managers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/presence/plugin_managers.lua b/lua/presence/plugin_managers.lua index 3789ba3..c6301eb 100644 --- a/lua/presence/plugin_managers.lua +++ b/lua/presence/plugin_managers.lua @@ -2,4 +2,5 @@ return { ["packer"] = "packer", ["vim-plug"] = "vim-plug", + ["lazy"] = "lazy", }