From c73156d67b7bb6930831705d1acdb5b23c2b4c5f Mon Sep 17 00:00:00 2001 From: newbieQQ <1770362456@qq.com> Date: Tue, 9 May 2023 14:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E4=BA=8B=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/plug.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index e2bdee0..ebdffe5 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -69,6 +69,10 @@ require("lazy").setup({ }, cmd = 'NERDTreeToggle', }, + + -- 项目管理 + -- 'Shatur/neovim-session-manager' + })